#154462

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

Shades of Astronaut Blue #154462

Tints of Astronaut Blue #154462

Color information

#154462 (or 0x154462) is unknown color: approx Astronaut Blue. HEX triplet: 15, 44 and 62. RGB value is (21,68,98). Sum of RGB (Red+Green+Blue) = 21+68+98=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #154462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154462 is #EABB9D. Grayscale: #393939. Windows color (decimal): -15383454 or 6439957. OLE color: 6439957.

HSL color Cylindrical-coordinate representation of color #154462: hue angle of 203.38º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154462 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB216898-
CMYK0.790.3100.62
HSL203.38º64.71%23.33%-
HSV(B)203.38º78.57%38.43%-
XYZ4.585.1812.31-
YUV57.37150.93102.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=11.23%
G=36.36%
B=52.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2168980.790.3100.62203.3864.7123.33
Hex1544624F1F03Ecb4117
Octal251041421173707631310127
Binary1010110001001100010100111111111011111011001011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154462; }

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

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

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

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

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

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

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

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