#0B468A

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

Shades of Dark Cerulean #0B468A

Tints of Dark Cerulean #0B468A

Color information

#0B468A (or 0x0B468A) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 46 and 8A. RGB value is (11,70,138). Sum of RGB (Red+Green+Blue) = 11+70+138=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B468A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B468A is #F4B975. Grayscale: #3B3B3B. Windows color (decimal): -16038262 or 9061899. OLE color: 9061899.

HSL color Cylindrical-coordinate representation of color #0B468A: hue angle of 212.13º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B468A is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1170138-
CMYK0.920.4900.46
HSL212.13º85.23%29.22%-
HSV(B)212.13º92.03%54.12%-
XYZ6.926.2924.89-
YUV60.11171.9592.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 138 (54.30% from 255) = 63.01%
R=5.02%
G=31.96%
B=63.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11701380.920.4900.46212.1385.2329.22
HexB468A5C3102Ed4551d
Octal131062121346105632412535
Binary10111000110100010101011100110001010111011010100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,70,138); }

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

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

 a { background-color: rgb(11,70,138); }

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

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

 span { border-color: rgb(11,70,138); }

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