#154A85

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

Shades of Dark Cerulean #154A85

Tints of Dark Cerulean #154A85

Color information

#154A85 (or 0x154A85) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4A and 85. RGB value is (21,74,133). Sum of RGB (Red+Green+Blue) = 21+74+133=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #154A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154A85 is #EAB57A. Grayscale: #404040. Windows color (decimal): -15381883 or 8735253. OLE color: 8735253.

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

Color convert

RGB2174133-
CMYK0.840.4400.48
HSL211.61º72.73%30.2%-
HSV(B)211.61º84.21%52.16%-
XYZ6.996.7523.12-
YUV64.88166.4496.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 133 (52.34% from 255) = 58.33%
R=9.21%
G=32.46%
B=58.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21741330.840.4400.48211.6172.7330.2
Hex154A85542C030d4491e
Octal251122051245406032411136
Binary101011001010100001011010100101100011000011010100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154A85; }

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

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

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

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

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

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

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

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