Html Css Color HEX #154159 Astronaut Blue

📋 copy color: '#154159'

red 21 ◦ green 65 ◦ blue 89

#154159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #154159

Tints of Astronaut Blue #154159

RGB

 RED value IS 21 (8.59% from 255) = 12%

 GREEN value IS 65 (25.78% from 255) = 37.14%

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 12%
G = 37.14%
B = 50.86%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154159 (or 0x154159) is known color: Astronaut Blue. HEX triplet: 15, 41 and 59. RGB value is (21,65,89). Sum of RGB (Red+Green+Blue) = 21+65+89=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #154159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154159 is #EABEA6. Grayscale: #363636. Windows color (decimal): -15384231 or 5849365. OLE color: 5849365.

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

Color convert

RGB 21 65 89 -
CMYK 0.76 0.27 0 0.65
HSL 201.18º 0.62% 0.22% -
HSV(B) 201.18º 0.76% 0.35% -
XYZ 4 4.66 10.14 -
YUV 54.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 21 65 89 0.76 0.27 0 0.65 201.18 0.62 0.22
Hex 15 41 59 4C 1B 0 41 C9 3E 16
Octal 25 101 131 114 33 0 101 311 76 26
Binary 10101 1000001 1011001 1001100 11011 0 1000001 11001001 111110 10110

Color Harmonies of #154159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154159

Black with #154159

Text Example


Text Example

White with #154159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154159; }

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

 H1.HeaderClassName
 {
   color: #154159;
 }
 .AnyTagClassName
 {
   color: #154159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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