#0B81A4

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

Shades of Cerulean #0B81A4

Tints of Cerulean #0B81A4

Color information

#0B81A4 (or 0x0B81A4) is unknown color: approx Cerulean. HEX triplet: 0B, 81 and A4. RGB value is (11,129,164). Sum of RGB (Red+Green+Blue) = 11+129+164=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #0B81A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B81A4 is #F47E5B. Grayscale: #616161. Windows color (decimal): -16023132 or 10780939. OLE color: 10780939.

HSL color Cylindrical-coordinate representation of color #0B81A4: hue angle of 193.73º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B81A4 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11129164-
CMYK0.930.2100.36
HSL193.73º87.43%34.31%-
HSV(B)193.73º93.29%64.31%-
XYZ14.6918.4537.91-
YUV97.71165.4166.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.62%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 164 (64.45% from 255) = 53.95%
R=3.62%
G=42.43%
B=53.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111291640.930.2100.36193.7387.4334.31
HexB81A45D15024c25722
Octal132012441352504430212742
Binary101110000001101001001011101101010100100110000101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B81A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,129,164); }

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

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

 a { background-color: rgb(11,129,164); }

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

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

 span { border-color: rgb(11,129,164); }

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