#0B73AB

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

Shades of Cerulean #0B73AB

Tints of Cerulean #0B73AB

Color information

#0B73AB (or 0x0B73AB) is unknown color: approx Cerulean. HEX triplet: 0B, 73 and AB. RGB value is (11,115,171). Sum of RGB (Red+Green+Blue) = 11+115+171=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B73AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B73AB is #F48C54. Grayscale: #595959. Windows color (decimal): -16026709 or 11236107. OLE color: 11236107.

HSL color Cylindrical-coordinate representation of color #0B73AB: hue angle of 201º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B73AB is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11115171-
CMYK0.940.3300.33
HSL201º87.91%35.69%-
HSV(B)201º93.57%67.06%-
XYZ13.6215.2740.76-
YUV90.29173.5471.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=3.70%
G=38.72%
B=57.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111151710.940.3300.3320187.9135.69
HexB73AB5E21021c95824
Octal131632531364104131113044
Binary101111100111010101110111101000010100001110010011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B73AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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