#0F4882

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

Shades of Dark Cerulean #0F4882

Tints of Dark Cerulean #0F4882

Color information

#0F4882 (or 0x0F4882) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 48 and 82. RGB value is (15,72,130). Sum of RGB (Red+Green+Blue) = 15+72+130=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F4882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4882 is #F0B77D. Grayscale: #3D3D3D. Windows color (decimal): -15775614 or 8538127. OLE color: 8538127.

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

Color convert

RGB1572130-
CMYK0.880.4500.49
HSL210.26º79.31%28.43%-
HSV(B)210.26º88.46%50.98%-
XYZ6.546.3522-
YUV61.57166.6294.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.91%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=6.91%
G=33.18%
B=59.91%

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
Decimal15721300.880.4500.49210.2679.3128.43
HexF4882582D031d24f1c
Octal171102021305506132211734
Binary11111001000100000101011000101101011000111010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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