#0B73A9

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

Shades of Cerulean #0B73A9

Tints of Cerulean #0B73A9

Color information

#0B73A9 (or 0x0B73A9) is unknown color: approx Cerulean. HEX triplet: 0B, 73 and A9. RGB value is (11,115,169). Sum of RGB (Red+Green+Blue) = 11+115+169=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #0B73A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B73A9 is #F48C56. Grayscale: #595959. Windows color (decimal): -16026711 or 11105035. OLE color: 11105035.

HSL color Cylindrical-coordinate representation of color #0B73A9: hue angle of 200.51º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B73A9 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11115169-
CMYK0.930.3200.34
HSL200.51º87.78%35.29%-
HSV(B)200.51º93.49%66.27%-
XYZ13.4315.239.76-
YUV90.06172.5471.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.73%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 169 (66.41% from 255) = 57.29%
R=3.73%
G=38.98%
B=57.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal111151690.930.3200.34200.5187.7835.29
HexB73A95D20022c95823
Octal131632511354004231113043
Binary101111100111010100110111011000000100010110010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B73A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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