Html Css Color HEX #154157 Astronaut Blue

📋 copy color: '#154157'

red 21 ◦ green 65 ◦ blue 87

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

Shades of Astronaut Blue #154157

Tints of Astronaut Blue #154157

RGB

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

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

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

R = 12.14%
G = 37.57%
B = 50.29%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154157 (or 0x154157) is known color: Astronaut Blue. HEX triplet: 15, 41 and 57. RGB value is (21,65,87). Sum of RGB (Red+Green+Blue) = 21+65+87=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #154157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154157 is #EABEA8. Grayscale: #363636. Windows color (decimal): -15384233 or 5718293. OLE color: 5718293.

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

Color convert

RGB 21 65 87 -
CMYK 0.76 0.25 0 0.66
HSL 200º 0.61% 0.21% -
HSV(B) 200º 0.76% 0.34% -
XYZ 3.92 4.63 9.7 -
YUV 54.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 21 65 87 0.76 0.25 0 0.66 200 0.61 0.21
Hex 15 41 57 4C 19 0 42 C8 3D 15
Octal 25 101 127 114 31 0 102 310 75 25
Binary 10101 1000001 1010111 1001100 11001 0 1000010 11001000 111101 10101

Color Harmonies of #154157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154157

Black with #154157

Text Example


Text Example

White with #154157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154157; }

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

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

background-color css

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

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

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

border-color css

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

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

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