Html Css Color HEX #154057 Astronaut Blue

📋 copy color: '#154057'

red 21 ◦ green 64 ◦ blue 87

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

Shades of Astronaut Blue #154057

Tints of Astronaut Blue #154057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.21%

 BLUE value IS 87 (34.38% from 255) = 50.58%

R = 12.21%
G = 37.21%
B = 50.58%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154057 (or 0x154057) is known color: Astronaut Blue. HEX triplet: 15, 40 and 57. RGB value is (21,64,87). Sum of RGB (Red+Green+Blue) = 21+64+87=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #154057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154057 is #EABFA8. Grayscale: #353535. Windows color (decimal): -15384489 or 5718037. OLE color: 5718037.

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

Color convert

RGB 21 64 87 -
CMYK 0.76 0.26 0 0.66
HSL 200.91º 0.61% 0.21% -
HSV(B) 200.91º 0.76% 0.34% -
XYZ 3.86 4.51 9.68 -
YUV 53.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 21 64 87 0.76 0.26 0 0.66 200.91 0.61 0.21
Hex 15 40 57 4C 1A 0 42 C9 3D 15
Octal 25 100 127 114 32 0 102 311 75 25
Binary 10101 1000000 1010111 1001100 11010 0 1000010 11001001 111101 10101

Color Harmonies of #154057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154057

Black with #154057

Text Example


Text Example

White with #154057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154057; }

 p { color: rgb(21,64,87); }

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

background-color css

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

 a { background-color: rgb(21,64,87); }

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

border-color css

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

 span { border-color: rgb(21,64,87); }

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