#0F5384

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

Shades of Dark Cerulean #0F5384

Tints of Dark Cerulean #0F5384

Color information

#0F5384 (or 0x0F5384) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 53 and 84. RGB value is (15,83,132). Sum of RGB (Red+Green+Blue) = 15+83+132=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F5384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5384 is #F0AC7B. Grayscale: #434343. Windows color (decimal): -15772796 or 8672015. OLE color: 8672015.

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

Color convert

RGB1583132-
CMYK0.890.3700.48
HSL205.13º79.59%28.82%-
HSV(B)205.13º88.64%51.76%-
XYZ7.467.9522.97-
YUV68.25163.9790.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.52%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=6.52%
G=36.09%
B=57.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15831320.890.3700.48205.1379.5928.82
HexF53845925030cd501d
Octal171232041314506031512035
Binary11111010011100001001011001100101011000011001101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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