#0F6995

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

Shades of Cerulean #0F6995

Tints of Cerulean #0F6995

Color information

#0F6995 (or 0x0F6995) is unknown color: approx Cerulean. HEX triplet: 0F, 69 and 95. RGB value is (15,105,149). Sum of RGB (Red+Green+Blue) = 15+105+149=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F6995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6995 is #F0966A. Grayscale: #525252. Windows color (decimal): -15767147 or 9791759. OLE color: 9791759.

HSL color Cylindrical-coordinate representation of color #0F6995: hue angle of 199.7º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6995 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB15105149-
CMYK0.900.3000.42
HSL199.7º81.71%32.16%-
HSV(B)199.7º89.93%58.43%-
XYZ10.6712.3730.26-
YUV83.11165.1879.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=5.58%
G=39.03%
B=55.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151051490.900.3000.42199.781.7132.16
HexF69955A1E02Ac85220
Octal171512251323605231012240
Binary11111101001100101011011010111100101010110010001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,149); }

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

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

 a { background-color: rgb(15,105,149); }

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

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

 span { border-color: rgb(15,105,149); }

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