#0F6499

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

Shades of Cerulean #0F6499

Tints of Cerulean #0F6499

Color information

#0F6499 (or 0x0F6499) is unknown color: approx Cerulean. HEX triplet: 0F, 64 and 99. RGB value is (15,100,153). Sum of RGB (Red+Green+Blue) = 15+100+153=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F6499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6499 is #F09B66. Grayscale: #505050. Windows color (decimal): -15768423 or 10052623. OLE color: 10052623.

HSL color Cylindrical-coordinate representation of color #0F6499: hue angle of 203.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6499 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15100153-
CMYK0.900.3500.4
HSL203.04º82.14%32.94%-
HSV(B)203.04º90.2%60%-
XYZ10.511.5231.81-
YUV80.63168.8481.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.60%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=5.60%
G=37.31%
B=57.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151001530.900.3500.4203.0482.1432.94
HexF64995A23028cb5221
Octal171442311324305031312241
Binary111111001001001100110110101000110101000110010111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,100,153); }

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

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

 a { background-color: rgb(15,100,153); }

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

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

 span { border-color: rgb(15,100,153); }

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