#0f81af

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

Shades of Cerulean #0F81AF

Tints of Cerulean #0F81AF

Color information

#0F81AF (or 0x0F81AF) is unknown color: approx Cerulean. HEX triplet: 0F, 81 and AF. RGB value is (15,129,175). Sum of RGB (Red+Green+Blue) = 15+129+175=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F81AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F81AF is #F07E50. Grayscale: #636363. Windows color (decimal): -15760977 or 11501839. OLE color: 11501839.

HSL color Cylindrical-coordinate representation of color #0F81AF: hue angle of 197.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F81AF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15129175-
CMYK0.910.2600.31
HSL197.25º84.21%37.25%-
HSV(B)197.25º91.43%68.63%-
XYZ15.7918.943.37-
YUV100.16170.2367.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.70%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=4.70%
G=40.44%
B=54.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151291750.910.2600.31197.2584.2137.25
HexF81AF5B1A01Fc55425
Octal172012571333203730512445
Binary11111000000110101111101101111010011111110001011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f81af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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