#0F81A4

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

Shades of Cerulean #0F81A4

Tints of Cerulean #0F81A4

Color information

#0F81A4 (or 0x0F81A4) is unknown color: approx Cerulean. HEX triplet: 0F, 81 and A4. RGB value is (15,129,164). Sum of RGB (Red+Green+Blue) = 15+129+164=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F81A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F81A4 is #F07E5B. Grayscale: #626262. Windows color (decimal): -15760988 or 10780943. OLE color: 10780943.

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

Color convert

RGB15129164-
CMYK0.910.2100.36
HSL194.09º83.24%35.1%-
HSV(B)194.09º90.85%64.31%-
XYZ14.7518.4837.91-
YUV98.9164.7368.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.87%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 164 (64.45% from 255) = 53.25%
R=4.87%
G=41.88%
B=53.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151291640.910.2100.36194.0983.2435.1
HexF81A45B15024c25323
Octal172012441332504430212343
Binary111110000001101001001011011101010100100110000101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F81A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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