#0F7DB9

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

Shades of Cerulean #0F7DB9

Tints of Cerulean #0F7DB9

Color information

#0F7DB9 (or 0x0F7DB9) is unknown color: approx Cerulean. HEX triplet: 0F, 7D and B9. RGB value is (15,125,185). Sum of RGB (Red+Green+Blue) = 15+125+185=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F7DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7DB9 is #F08246. Grayscale: #626262. Windows color (decimal): -15761991 or 12156175. OLE color: 12156175.

HSL color Cylindrical-coordinate representation of color #0F7DB9: hue angle of 201.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7DB9 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15125185-
CMYK0.920.3200.27
HSL201.18º85%39.22%-
HSV(B)201.18º91.89%72.55%-
XYZ16.2918.2748.57-
YUV98.95176.5668.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.62%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 185 (72.66% from 255) = 56.92%
R=4.62%
G=38.46%
B=56.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151251850.920.3200.27201.188539.22
HexF7DB95C2001Bc95527
Octal171752711344003331112547
Binary11111111101101110011011100100000011011110010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,125,185); }

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

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

 a { background-color: rgb(15,125,185); }

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

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

 span { border-color: rgb(15,125,185); }

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