#154074

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

Shades of Dark Cerulean #154074

Tints of Dark Cerulean #154074

Color information

#154074 (or 0x154074) is unknown color: approx Dark Cerulean. HEX triplet: 15, 40 and 74. RGB value is (21,64,116). Sum of RGB (Red+Green+Blue) = 21+64+116=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #154074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154074 is #EABF8B. Grayscale: #383838. Windows color (decimal): -15384460 or 7618581. OLE color: 7618581.

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

Color convert

RGB2164116-
CMYK0.820.4500.55
HSL212.84º69.34%26.86%-
HSV(B)212.84º81.9%45.49%-
XYZ5.35.0917.23-
YUV57.07161.25102.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 116 (45.70% from 255) = 57.71%
R=10.45%
G=31.84%
B=57.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21641160.820.4500.55212.8469.3426.86
Hex154074522D037d5451b
Octal251001641225506732510533
Binary10101100000011101001010010101101011011111010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154074; }

 p { color: rgb(21,64,116); }

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

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

 a { background-color: rgb(21,64,116); }

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

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

 span { border-color: rgb(21,64,116); }

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