#154258

Color #154258 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #154258

Tints of Astronaut Blue #154258

Color information

#154258 (or 0x154258) is unknown color: approx Astronaut Blue. HEX triplet: 15, 42 and 58. RGB value is (21,66,88). Sum of RGB (Red+Green+Blue) = 21+66+88=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #154258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154258 is #EABDA7. Grayscale: #363636. Windows color (decimal): -15383976 or 5784085. OLE color: 5784085.

HSL color Cylindrical-coordinate representation of color #154258: hue angle of 199.7º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154258 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB216688-
CMYK0.760.2500.65
HSL199.7º61.47%21.37%-
HSV(B)199.7º76.14%34.51%-
XYZ4.024.769.94-
YUV55.05146.59103.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=12%
G=37.71%
B=50.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2166880.760.2500.65199.761.4721.37
Hex1542584C19041c83d15
Octal251021301143101013107525
Binary1010110000101011000100110011001010000011100100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154258; }

 p { color: rgb(21,66,88); }

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

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

 a { background-color: rgb(21,66,88); }

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

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

 span { border-color: rgb(21,66,88); }

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