#154B72

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

Shades of Dark Cerulean #154B72

Tints of Dark Cerulean #154B72

Color information

#154B72 (or 0x154B72) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4B and 72. RGB value is (21,75,114). Sum of RGB (Red+Green+Blue) = 21+75+114=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #154B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B72 is #EAB48D. Grayscale: #3F3F3F. Windows color (decimal): -15381646 or 7490325. OLE color: 7490325.

HSL color Cylindrical-coordinate representation of color #154B72: hue angle of 205.16º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154B72 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2175114-
CMYK0.820.3400.55
HSL205.16º68.89%26.47%-
HSV(B)205.16º81.58%44.71%-
XYZ5.866.4116.85-
YUV63.3156.6197.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=10%
G=35.71%
B=54.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21751140.820.3400.55205.1668.8926.47
Hex154B725222037cd451a
Octal251131621224206731510532
Binary10101100101111100101010010100010011011111001101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,75,114); }

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

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

 a { background-color: rgb(21,75,114); }

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

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

 span { border-color: rgb(21,75,114); }

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