#0B5C8A

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

Shades of Dark Cerulean #0B5C8A

Tints of Dark Cerulean #0B5C8A

Color information

#0B5C8A (or 0x0B5C8A) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 5C and 8A. RGB value is (11,92,138). Sum of RGB (Red+Green+Blue) = 11+92+138=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B5C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5C8A is #F4A375. Grayscale: #484848. Windows color (decimal): -16032630 or 9067531. OLE color: 9067531.

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

Color convert

RGB1192138-
CMYK0.920.3300.46
HSL201.73º85.23%29.22%-
HSV(B)201.73º92.03%54.12%-
XYZ8.559.5625.44-
YUV73.03164.6683.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=4.56%
G=38.17%
B=57.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11921380.920.3300.46201.7385.2329.22
HexB5C8A5C2102Eca551d
Octal131342121344105631212535
Binary10111011100100010101011100100001010111011001010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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