#153F85

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

Shades of Dark Cerulean #153F85

Tints of Dark Cerulean #153F85

Color information

#153F85 (or 0x153F85) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3F and 85. RGB value is (21,63,133). Sum of RGB (Red+Green+Blue) = 21+63+133=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #153F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F85 is #EAC07A. Grayscale: #3A3A3A. Windows color (decimal): -15384699 or 8732437. OLE color: 8732437.

HSL color Cylindrical-coordinate representation of color #153F85: hue angle of 217.5º 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 #153F85 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2163133-
CMYK0.840.5300.48
HSL217.5º72.73%30.2%-
HSV(B)217.5º84.21%52.16%-
XYZ6.325.4122.9-
YUV58.42170.09101.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 133 (52.34% from 255) = 61.29%
R=9.68%
G=29.03%
B=61.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21631330.840.5300.48217.572.7330.2
Hex153F855435030da491e
Octal25772051246506033211136
Binary10101111111100001011010100110101011000011011010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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