#0F5195

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

Shades of Dark Cerulean #0F5195

Tints of Dark Cerulean #0F5195

Color information

#0F5195 (or 0x0F5195) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 51 and 95. RGB value is (15,81,149). Sum of RGB (Red+Green+Blue) = 15+81+149=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F5195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5195 is #F0AE6A. Grayscale: #444444. Windows color (decimal): -15773291 or 9785615. OLE color: 9785615.

HSL color Cylindrical-coordinate representation of color #0F5195: hue angle of 210.45º 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 #0F5195 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1581149-
CMYK0.900.4600.42
HSL210.45º81.71%32.16%-
HSV(B)210.45º89.93%58.43%-
XYZ8.568.1629.56-
YUV69.02173.1389.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.12%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 149 (58.59% from 255) = 60.82%
R=6.12%
G=33.06%
B=60.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15811490.900.4600.42210.4581.7132.16
HexF51955A2E02Ad25220
Octal171212251325605232212240
Binary111110100011001010110110101011100101010110100101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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