#0B426C

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

Shades of Dark Cerulean #0B426C

Tints of Dark Cerulean #0B426C

Color information

#0B426C (or 0x0B426C) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 42 and 6C. RGB value is (11,66,108). Sum of RGB (Red+Green+Blue) = 11+66+108=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B426C is #F4BD93. Grayscale: #363636. Windows color (decimal): -16039316 or 7094795. OLE color: 7094795.

HSL color Cylindrical-coordinate representation of color #0B426C: hue angle of 205.98º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B426C is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1166108-
CMYK0.900.3900.58
HSL205.98º81.51%23.33%-
HSV(B)205.98º89.81%42.35%-
XYZ4.795.0514.91-
YUV54.34158.2897.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.95%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=5.95%
G=35.68%
B=58.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11661080.900.3900.58205.9881.5123.33
HexB426C5A2703Ace5217
Octal131021541324707231612227
Binary1011100001011011001011010100111011101011001110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,66,108); }

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

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

 a { background-color: rgb(11,66,108); }

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

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

 span { border-color: rgb(11,66,108); }

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