#0B7FB2

Color #0B7FB2 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0B7FB2

Tints of Cerulean #0B7FB2

Color information

#0B7FB2 (or 0x0B7FB2) is unknown color: approx Cerulean. HEX triplet: 0B, 7F and B2. RGB value is (11,127,178). Sum of RGB (Red+Green+Blue) = 11+127+178=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 178 (69.92% from 255 or 56.33% from 316); Max value from RGB is 178 - color contains mainly: blue. Hex color #0B7FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7FB2 is #F4804D. Grayscale: #616161. Windows color (decimal): -16023630 or 11697931. OLE color: 11697931.

HSL color Cylindrical-coordinate representation of color #0B7FB2: hue angle of 198.32º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7FB2 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11127178-
CMYK0.940.2900.30
HSL198.32º88.36%37.06%-
HSV(B)198.32º93.82%69.8%-
XYZ15.7618.4644.85-
YUV98.13173.0765.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 3.48%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 178 (69.92% from 255) = 56.33%
R=3.48%
G=40.19%
B=56.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111271780.940.2900.30198.3288.3637.06
HexB7FB25E1D01Ec65825
Octal131772621363503630613045
Binary1011111111110110010101111011101011110110001101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B7FB2; }

 p { color: rgb(11,127,178); }

 H1.HeaderClassName
 {
   color: #0B7FB2;
 }
 .AnyTagClassName
 {
   color: #0B7FB2;
 }
</style>
background-color css

<style>
 a { background-color: #0B7FB2; }

 a { background-color: rgb(11,127,178); }

 div.DivClassName
 {
   background-color: #0B7FB2;
 }
 .BgClassName
 {
   background-color: #0B7FB2;
 }
</style>
border-color css

<style>
 span { border-color: #0B7FB2; }

 span { border-color: rgb(11,127,178); }

 td.TdClassName
 {
   border-color: #0B7FB2;
 }
 .TagClassName
 {
   border-color: #0B7FB2;
 }
</style>