#154885

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

Shades of Dark Cerulean #154885

Tints of Dark Cerulean #154885

Color information

#154885 (or 0x154885) is unknown color: approx Dark Cerulean. HEX triplet: 15, 48 and 85. RGB value is (21,72,133). Sum of RGB (Red+Green+Blue) = 21+72+133=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #154885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154885 is #EAB77A. Grayscale: #3F3F3F. Windows color (decimal): -15382395 or 8734741. OLE color: 8734741.

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

Color convert

RGB2172133-
CMYK0.840.4600.48
HSL212.68º72.73%30.2%-
HSV(B)212.68º84.21%52.16%-
XYZ6.866.4923.08-
YUV63.7167.197.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=9.29%
G=31.86%
B=58.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21721330.840.4600.48212.6872.7330.2
Hex154885542E030d5491e
Octal251102051245606032511136
Binary101011001000100001011010100101110011000011010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154885; }

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

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

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

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

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

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

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

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