Html Css Color HEX #154257 Astronaut Blue

📋 copy color: '#154257'

red 21 ◦ green 66 ◦ blue 87

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

Shades of Astronaut Blue #154257

Tints of Astronaut Blue #154257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

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

R = 12.07%
G = 37.93%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154257 (or 0x154257) is known color: Astronaut Blue. HEX triplet: 15, 42 and 57. RGB value is (21,66,87). Sum of RGB (Red+Green+Blue) = 21+66+87=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #154257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154257 is #EABDA8. Grayscale: #363636. Windows color (decimal): -15383977 or 5718549. OLE color: 5718549.

HSL color Cylindrical-coordinate representation of color #154257: hue angle of 199.09º 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 #154257 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 66 87 -
CMYK 0.76 0.24 0 0.66
HSL 199.09º 0.61% 0.21% -
HSV(B) 199.09º 0.76% 0.34% -
XYZ 3.98 4.74 9.72 -
YUV 54.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 21 66 87 0.76 0.24 0 0.66 199.09 0.61 0.21
Hex 15 42 57 4C 18 0 42 C7 3D 15
Octal 25 102 127 114 30 0 102 307 75 25
Binary 10101 1000010 1010111 1001100 11000 0 1000010 11000111 111101 10101

Color Harmonies of #154257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154257

Black with #154257

Text Example


Text Example

White with #154257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154257; }

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

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

background-color css

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

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

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

border-color css

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

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

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