#154475

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

Shades of Dark Cerulean #154475

Tints of Dark Cerulean #154475

Color information

#154475 (or 0x154475) is unknown color: approx Dark Cerulean. HEX triplet: 15, 44 and 75. RGB value is (21,68,117). Sum of RGB (Red+Green+Blue) = 21+68+117=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #154475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154475 is #EABB8A. Grayscale: #3B3B3B. Windows color (decimal): -15383435 or 7685141. OLE color: 7685141.

HSL color Cylindrical-coordinate representation of color #154475: hue angle of 210.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154475 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2168117-
CMYK0.820.4200.54
HSL210.62º69.57%27.06%-
HSV(B)210.62º82.05%45.88%-
XYZ5.595.5817.61-
YUV59.53160.43100.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=10.19%
G=33.01%
B=56.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21681170.820.4200.54210.6269.5727.06
Hex154475522A036d3461b
Octal251041651225206632310633
Binary10101100010011101011010010101010011011011010011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154475; }

 p { color: rgb(21,68,117); }

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

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

 a { background-color: rgb(21,68,117); }

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

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

 span { border-color: rgb(21,68,117); }

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