#0F4982

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

Shades of Dark Cerulean #0F4982

Tints of Dark Cerulean #0F4982

Color information

#0F4982 (or 0x0F4982) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 49 and 82. RGB value is (15,73,130). Sum of RGB (Red+Green+Blue) = 15+73+130=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F4982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4982 is #F0B67D. Grayscale: #3D3D3D. Windows color (decimal): -15775358 or 8538383. OLE color: 8538383.

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

Color convert

RGB1573130-
CMYK0.880.4400.49
HSL209.74º79.31%28.43%-
HSV(B)209.74º88.46%50.98%-
XYZ6.616.4822.02-
YUV62.16166.2894.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 130 (51.17% from 255) = 59.63%
R=6.88%
G=33.49%
B=59.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15731300.880.4400.49209.7479.3128.43
HexF4982582C031d24f1c
Octal171112021305406132211734
Binary11111001001100000101011000101100011000111010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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