#154D62

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

Shades of Astronaut Blue #154D62

Tints of Astronaut Blue #154D62

Color information

#154D62 (or 0x154D62) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4D and 62. RGB value is (21,77,98). Sum of RGB (Red+Green+Blue) = 21+77+98=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #154D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D62 is #EAB29D. Grayscale: #3E3E3E. Windows color (decimal): -15381150 or 6442261. OLE color: 6442261.

HSL color Cylindrical-coordinate representation of color #154D62: hue angle of 196.36º 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 #154D62 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB217798-
CMYK0.790.2100.62
HSL196.36º64.71%23.33%-
HSV(B)196.36º78.57%38.43%-
XYZ5.176.3512.51-
YUV62.65147.9598.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 98 (38.67% from 255) = 50%
R=10.71%
G=39.29%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2177980.790.2100.62196.3664.7123.33
Hex154D624F1503Ec44117
Octal251151421172507630410127
Binary1010110011011100010100111110101011111011000100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154D62; }

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

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

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

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

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

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

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

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