#0F4E7C

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

Shades of Dark Cerulean #0F4E7C

Tints of Dark Cerulean #0F4E7C

Color information

#0F4E7C (or 0x0F4E7C) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4E and 7C. RGB value is (15,78,124). Sum of RGB (Red+Green+Blue) = 15+78+124=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F4E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4E7C is #F0B183. Grayscale: #404040. Windows color (decimal): -15774084 or 8146447. OLE color: 8146447.

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

Color convert

RGB1578124-
CMYK0.880.3700.51
HSL205.32º78.42%27.25%-
HSV(B)205.32º87.9%48.63%-
XYZ6.567.0120.08-
YUV64.41161.6392.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=6.91%
G=35.94%
B=57.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15781240.880.3700.51205.3278.4227.25
HexF4E7C5825033cd4e1b
Octal171161741304506331511633
Binary1111100111011111001011000100101011001111001101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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