#0B488A

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

Shades of Dark Cerulean #0B488A

Tints of Dark Cerulean #0B488A

Color information

#0B488A (or 0x0B488A) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 48 and 8A. RGB value is (11,72,138). Sum of RGB (Red+Green+Blue) = 11+72+138=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B488A is #F4B775. Grayscale: #3C3C3C. Windows color (decimal): -16037750 or 9062411. OLE color: 9062411.

HSL color Cylindrical-coordinate representation of color #0B488A: hue angle of 211.18º 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 #0B488A is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1172138-
CMYK0.920.4800.46
HSL211.18º85.23%29.22%-
HSV(B)211.18º92.03%54.12%-
XYZ7.046.5424.94-
YUV61.28171.2992.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=4.98%
G=32.58%
B=62.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11721380.920.4800.46211.1885.2329.22
HexB488A5C3002Ed3551d
Octal131102121346005632312535
Binary10111001000100010101011100110000010111011010011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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