#154B70

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

Shades of Dark Cerulean #154B70

Tints of Dark Cerulean #154B70

Color information

#154B70 (or 0x154B70) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4B and 70. RGB value is (21,75,112). Sum of RGB (Red+Green+Blue) = 21+75+112=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #154B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B70 is #EAB48F. Grayscale: #3E3E3E. Windows color (decimal): -15381648 or 7359253. OLE color: 7359253.

HSL color Cylindrical-coordinate representation of color #154B70: hue angle of 204.4º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154B70 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2175112-
CMYK0.810.3300.56
HSL204.4º68.42%26.08%-
HSV(B)204.4º81.25%43.92%-
XYZ5.756.3616.25-
YUV63.07155.6197.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.10%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=10.10%
G=36.06%
B=53.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21751120.810.3300.56204.468.4226.08
Hex154B705121038cc441a
Octal251131601214107031410432
Binary10101100101111100001010001100001011100011001100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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