#0B4573

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

Shades of Dark Cerulean #0B4573

Tints of Dark Cerulean #0B4573

Color information

#0B4573 (or 0x0B4573) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 45 and 73. RGB value is (11,69,115). Sum of RGB (Red+Green+Blue) = 11+69+115=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B4573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4573 is #F4BA8C. Grayscale: #383838. Windows color (decimal): -16038541 or 7554315. OLE color: 7554315.

HSL color Cylindrical-coordinate representation of color #0B4573: hue angle of 206.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4573 is Cyan = 0.90, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1169115-
CMYK0.900.400.55
HSL206.54º82.54%24.71%-
HSV(B)206.54º90.43%45.1%-
XYZ5.365.5717.01-
YUV56.9160.7895.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.64%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=5.64%
G=35.38%
B=58.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11691150.900.400.55206.5482.5424.71
HexB45735A28037cf5319
Octal131051631325006731712331
Binary1011100010111100111011010101000011011111001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,69,115); }

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

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

 a { background-color: rgb(11,69,115); }

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

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

 span { border-color: rgb(11,69,115); }

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