#154370

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

Shades of Dark Cerulean #154370

Tints of Dark Cerulean #154370

Color information

#154370 (or 0x154370) is unknown color: approx Dark Cerulean. HEX triplet: 15, 43 and 70. RGB value is (21,67,112). Sum of RGB (Red+Green+Blue) = 21+67+112=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #154370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154370 is #EABC8F. Grayscale: #3A3A3A. Windows color (decimal): -15383696 or 7357205. OLE color: 7357205.

HSL color Cylindrical-coordinate representation of color #154370: hue angle of 209.67º 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 #154370 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2167112-
CMYK0.810.4000.56
HSL209.67º68.42%26.08%-
HSV(B)209.67º81.25%43.92%-
XYZ5.245.3416.08-
YUV58.38158.26101.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 112 (44.14% from 255) = 56%
R=10.5%
G=33.5%
B=56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21671120.810.4000.56209.6768.4226.08
Hex1543705128038d2441a
Octal251031601215007032210432
Binary10101100001111100001010001101000011100011010010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154370; }

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

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

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

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

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

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

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

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