#153F84

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

Shades of Dark Cerulean #153F84

Tints of Dark Cerulean #153F84

Color information

#153F84 (or 0x153F84) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3F and 84. RGB value is (21,63,132). Sum of RGB (Red+Green+Blue) = 21+63+132=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #153F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F84 is #EAC07B. Grayscale: #393939. Windows color (decimal): -15384700 or 8666901. OLE color: 8666901.

HSL color Cylindrical-coordinate representation of color #153F84: hue angle of 217.3º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153F84 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2163132-
CMYK0.840.5200.48
HSL217.3º72.55%30%-
HSV(B)217.3º84.09%51.76%-
XYZ6.255.3822.54-
YUV58.31169.59101.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 132 (51.95% from 255) = 61.11%
R=9.72%
G=29.17%
B=61.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21631320.840.5200.48217.372.5530
Hex153F845434030d9491e
Octal25772041246406033111136
Binary10101111111100001001010100110100011000011011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153F84; }

 p { color: rgb(21,63,132); }

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

<style>
 a { background-color: #153F84; }

 a { background-color: rgb(21,63,132); }

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

<style>
 span { border-color: #153F84; }

 span { border-color: rgb(21,63,132); }

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