#0F4782

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

Shades of Dark Cerulean #0F4782

Tints of Dark Cerulean #0F4782

Color information

#0F4782 (or 0x0F4782) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 47 and 82. RGB value is (15,71,130). Sum of RGB (Red+Green+Blue) = 15+71+130=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F4782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4782 is #F0B87D. Grayscale: #3C3C3C. Windows color (decimal): -15775870 or 8537871. OLE color: 8537871.

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

Color convert

RGB1571130-
CMYK0.880.4500.49
HSL210.78º79.31%28.43%-
HSV(B)210.78º88.46%50.98%-
XYZ6.486.2221.98-
YUV60.98166.9595.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.94%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 130 (51.17% from 255) = 60.19%
R=6.94%
G=32.87%
B=60.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15711300.880.4500.49210.7879.3128.43
HexF4782582D031d34f1c
Octal171072021305506132311734
Binary11111000111100000101011000101101011000111010011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,130); }

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

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

 a { background-color: rgb(15,71,130); }

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

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

 span { border-color: rgb(15,71,130); }

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