#0B679C

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

Shades of Cerulean #0B679C

Tints of Cerulean #0B679C

Color information

#0B679C (or 0x0B679C) is unknown color: approx Cerulean. HEX triplet: 0B, 67 and 9C. RGB value is (11,103,156). Sum of RGB (Red+Green+Blue) = 11+103+156=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B679C is #F49863. Grayscale: #515151. Windows color (decimal): -16029796 or 10249995. OLE color: 10249995.

HSL color Cylindrical-coordinate representation of color #0B679C: hue angle of 201.93º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B679C is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11103156-
CMYK0.930.3400.39
HSL201.93º86.83%32.75%-
HSV(B)201.93º92.95%61.18%-
XYZ10.9912.1733.22-
YUV81.53170.0277.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=4.07%
G=38.15%
B=57.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111031560.930.3400.39201.9386.8332.75
HexB679C5D22027ca5721
Octal131472341354204731212741
Binary101111001111001110010111011000100100111110010101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,103,156); }

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

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

 a { background-color: rgb(11,103,156); }

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

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

 span { border-color: rgb(11,103,156); }

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