#154F7A

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

Shades of Dark Cerulean #154F7A

Tints of Dark Cerulean #154F7A

Color information

#154F7A (or 0x154F7A) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4F and 7A. RGB value is (21,79,122). Sum of RGB (Red+Green+Blue) = 21+79+122=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #154F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F7A is #EAB085. Grayscale: #424242. Windows color (decimal): -15380614 or 8015637. OLE color: 8015637.

HSL color Cylindrical-coordinate representation of color #154F7A: hue angle of 205.54º 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 #154F7A is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2179122-
CMYK0.830.3500.52
HSL205.54º70.63%28.04%-
HSV(B)205.54º82.79%47.84%-
XYZ6.627.1619.44-
YUV66.56159.2895.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=9.46%
G=35.59%
B=54.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21791220.830.3500.52205.5470.6328.04
Hex154F7A5323034ce471c
Octal251171721234306431610734
Binary10101100111111110101010011100011011010011001110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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