#0B6294

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

Shades of Cerulean #0B6294

Tints of Cerulean #0B6294

Color information

#0B6294 (or 0x0B6294) is unknown color: approx Cerulean. HEX triplet: 0B, 62 and 94. RGB value is (11,98,148). Sum of RGB (Red+Green+Blue) = 11+98+148=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #0B6294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6294 is #F49D6B. Grayscale: #4D4D4D. Windows color (decimal): -16031084 or 9724427. OLE color: 9724427.

HSL color Cylindrical-coordinate representation of color #0B6294: hue angle of 201.9º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B6294 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1198148-
CMYK0.930.3400.42
HSL201.9º86.16%31.18%-
HSV(B)201.9º92.57%58.04%-
XYZ9.8510.9429.61-
YUV77.69167.6880.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.28%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=4.28%
G=38.13%
B=57.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11981480.930.3400.42201.986.1631.18
HexB62945D2202Aca561f
Octal131422241354205231212637
Binary10111100010100101001011101100010010101011001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,98,148); }

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

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

 a { background-color: rgb(11,98,148); }

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

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

 span { border-color: rgb(11,98,148); }

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