#154A7A

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

Shades of Dark Cerulean #154A7A

Tints of Dark Cerulean #154A7A

Color information

#154A7A (or 0x154A7A) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4A and 7A. RGB value is (21,74,122). Sum of RGB (Red+Green+Blue) = 21+74+122=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #154A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A7A is #EAB585. Grayscale: #3F3F3F. Windows color (decimal): -15381894 or 8014357. OLE color: 8014357.

HSL color Cylindrical-coordinate representation of color #154A7A: hue angle of 208.51º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #154A7A is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2174122-
CMYK0.830.3900.52
HSL208.51º70.63%28.04%-
HSV(B)208.51º82.79%47.84%-
XYZ6.276.4619.33-
YUV63.62160.9497.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=9.68%
G=34.10%
B=56.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21741220.830.3900.52208.5170.6328.04
Hex154A7A5327034d1471c
Octal251121721234706432110734
Binary10101100101011110101010011100111011010011010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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