#0B3985

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

Shades of Dark Cerulean #0B3985

Tints of Dark Cerulean #0B3985

Color information

#0B3985 (or 0x0B3985) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 39 and 85. RGB value is (11,57,133). Sum of RGB (Red+Green+Blue) = 11+57+133=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B3985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3985 is #F4C67A. Grayscale: #333333. Windows color (decimal): -16041595 or 8730891. OLE color: 8730891.

HSL color Cylindrical-coordinate representation of color #0B3985: hue angle of 217.38º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B3985 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1157133-
CMYK0.920.5700.48
HSL217.38º84.72%28.24%-
HSV(B)217.38º91.73%52.16%-
XYZ5.834.6922.79-
YUV51.91173.7698.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.47%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=5.47%
G=28.36%
B=66.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11571330.920.5700.48217.3884.7228.24
HexB39855C39030d9551c
Octal13712051347106033112534
Binary1011111001100001011011100111001011000011011001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,57,133); }

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

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

 a { background-color: rgb(11,57,133); }

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

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

 span { border-color: rgb(11,57,133); }

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