#154175

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

Shades of Dark Cerulean #154175

Tints of Dark Cerulean #154175

Color information

#154175 (or 0x154175) is unknown color: approx Dark Cerulean. HEX triplet: 15, 41 and 75. RGB value is (21,65,117). Sum of RGB (Red+Green+Blue) = 21+65+117=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #154175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154175 is #EABE8A. Grayscale: #393939. Windows color (decimal): -15384203 or 7684373. OLE color: 7684373.

HSL color Cylindrical-coordinate representation of color #154175: hue angle of 212.5º 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 #154175 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2165117-
CMYK0.820.4400.54
HSL212.5º69.57%27.06%-
HSV(B)212.5º82.05%45.88%-
XYZ5.415.2217.55-
YUV57.77161.42101.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=10.34%
G=32.02%
B=57.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21651170.820.4400.54212.569.5727.06
Hex154175522C036d4461b
Octal251011651225406632410633
Binary10101100000111101011010010101100011011011010100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154175; }

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

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

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

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

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

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

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

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