#0B72B6

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

Shades of Cerulean #0B72B6

Tints of Cerulean #0B72B6

Color information

#0B72B6 (or 0x0B72B6) is unknown color: approx Cerulean. HEX triplet: 0B, 72 and B6. RGB value is (11,114,182). Sum of RGB (Red+Green+Blue) = 11+114+182=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #0B72B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B72B6 is #F48D49. Grayscale: #5A5A5A. Windows color (decimal): -16026954 or 11956747. OLE color: 11956747.

HSL color Cylindrical-coordinate representation of color #0B72B6: hue angle of 203.86º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B72B6 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11114182-
CMYK0.940.3700.29
HSL203.86º88.6%37.84%-
HSV(B)203.86º93.96%71.37%-
XYZ14.615.4846.48-
YUV90.96179.3870.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.58%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 182 (71.48% from 255) = 59.28%
R=3.58%
G=37.13%
B=59.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111141820.940.3700.29203.8688.637.84
HexB72B65E2501Dcc5926
Octal131622661364503531413146
Binary10111110010101101101011110100101011101110011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B72B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,114,182); }

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

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

 a { background-color: rgb(11,114,182); }

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

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

 span { border-color: rgb(11,114,182); }

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