#0B4490

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

Shades of Dark Cerulean #0B4490

Tints of Dark Cerulean #0B4490

Color information

#0B4490 (or 0x0B4490) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 44 and 90. RGB value is (11,68,144). Sum of RGB (Red+Green+Blue) = 11+68+144=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #0B4490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4490 is #F4BB6F. Grayscale: #3B3B3B. Windows color (decimal): -16038768 or 9454603. OLE color: 9454603.

HSL color Cylindrical-coordinate representation of color #0B4490: hue angle of 214.29º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4490 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1168144-
CMYK0.920.5300.44
HSL214.29º85.81%30.39%-
HSV(B)214.29º92.36%56.47%-
XYZ7.246.2227.2-
YUV59.62175.6293.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.93%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 144 (56.64% from 255) = 64.57%
R=4.93%
G=30.49%
B=64.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11681440.920.5300.44214.2985.8130.39
HexB44905C3502Cd6561e
Octal131042201346505432612636
Binary10111000100100100001011100110101010110011010110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,68,144); }

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

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

 a { background-color: rgb(11,68,144); }

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

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

 span { border-color: rgb(11,68,144); }

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