#0F347C

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

Shades of Dark Cerulean #0F347C

Tints of Dark Cerulean #0F347C

Color information

#0F347C (or 0x0F347C) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 34 and 7C. RGB value is (15,52,124). Sum of RGB (Red+Green+Blue) = 15+52+124=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F347C is #F0CB83. Grayscale: #303030. Windows color (decimal): -15780740 or 8139791. OLE color: 8139791.

HSL color Cylindrical-coordinate representation of color #0F347C: hue angle of 219.63º 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 #0F347C is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1552124-
CMYK0.880.5800.51
HSL219.63º78.42%27.25%-
HSV(B)219.63º87.9%48.63%-
XYZ5.064.0119.58-
YUV49.14170.24103.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.85%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 124 (48.83% from 255) = 64.92%
R=7.85%
G=27.23%
B=64.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15521240.880.5800.51219.6378.4227.25
HexF347C583A033dc4e1b
Octal17641741307206333411633
Binary111111010011111001011000111010011001111011100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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