#0F337C

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

Shades of Dark Cerulean #0F337C

Tints of Dark Cerulean #0F337C

Color information

#0F337C (or 0x0F337C) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 33 and 7C. RGB value is (15,51,124). Sum of RGB (Red+Green+Blue) = 15+51+124=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F337C is #F0CC83. Grayscale: #303030. Windows color (decimal): -15780996 or 8139535. OLE color: 8139535.

HSL color Cylindrical-coordinate representation of color #0F337C: hue angle of 220.18º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F337C is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1551124-
CMYK0.880.5900.51
HSL220.18º78.42%27.25%-
HSV(B)220.18º87.9%48.63%-
XYZ5.023.9219.56-
YUV48.56170.57104.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.89%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 124 (48.83% from 255) = 65.26%
R=7.89%
G=26.84%
B=65.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15511240.880.5900.51220.1878.4227.25
HexF337C583B033dc4e1b
Octal17631741307306333411633
Binary111111001111111001011000111011011001111011100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,51,124); }

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

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

 a { background-color: rgb(15,51,124); }

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

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

 span { border-color: rgb(15,51,124); }

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