#153E85

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

Shades of Dark Cerulean #153E85

Tints of Dark Cerulean #153E85

Color information

#153E85 (or 0x153E85) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3E and 85. RGB value is (21,62,133). Sum of RGB (Red+Green+Blue) = 21+62+133=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #153E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153E85 is #EAC17A. Grayscale: #393939. Windows color (decimal): -15384955 or 8732181. OLE color: 8732181.

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

Color convert

RGB2162133-
CMYK0.840.5300.48
HSL218.04º72.73%30.2%-
HSV(B)218.04º84.21%52.16%-
XYZ6.275.322.88-
YUV57.84170.42101.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 62 (24.61% from 255) = 28.70%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=9.72%
G=28.70%
B=61.57%

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
Decimal21621330.840.5300.48218.0472.7330.2
Hex153E855435030da491e
Octal25762051246506033211136
Binary10101111110100001011010100110101011000011011010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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