#0F5284

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

Shades of Dark Cerulean #0F5284

Tints of Dark Cerulean #0F5284

Color information

#0F5284 (or 0x0F5284) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 52 and 84. RGB value is (15,82,132). Sum of RGB (Red+Green+Blue) = 15+82+132=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F5284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5284 is #F0AD7B. Grayscale: #434343. Windows color (decimal): -15773052 or 8671759. OLE color: 8671759.

HSL color Cylindrical-coordinate representation of color #0F5284: hue angle of 205.64º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F5284 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1582132-
CMYK0.890.3800.48
HSL205.64º79.59%28.82%-
HSV(B)205.64º88.64%51.76%-
XYZ7.387.822.95-
YUV67.67164.390.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=6.55%
G=35.81%
B=57.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15821320.890.3800.48205.6479.5928.82
HexF52845926030ce501d
Octal171222041314606031612035
Binary11111010010100001001011001100110011000011001110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,82,132); }

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

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

 a { background-color: rgb(15,82,132); }

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

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

 span { border-color: rgb(15,82,132); }

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