Html Css Color HEX #154657 Astronaut Blue

📋 copy color: '#154657'

red 21 ◦ green 70 ◦ blue 87

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

Shades of Astronaut Blue #154657

Tints of Astronaut Blue #154657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

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

R = 11.8%
G = 39.33%
B = 48.88%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154657 (or 0x154657) is known color: Astronaut Blue. HEX triplet: 15, 46 and 57. RGB value is (21,70,87). Sum of RGB (Red+Green+Blue) = 21+70+87=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #154657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154657 is #EAB9A8. Grayscale: #393939. Windows color (decimal): -15382953 or 5719573. OLE color: 5719573.

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

Color convert

RGB 21 70 87 -
CMYK 0.76 0.20 0 0.66
HSL 195.45º 0.61% 0.21% -
HSV(B) 195.45º 0.76% 0.34% -
XYZ 4.22 5.23 9.8 -
YUV 57.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 21 70 87 0.76 0.20 0 0.66 195.45 0.61 0.21
Hex 15 46 57 4C 14 0 42 C3 3D 15
Octal 25 106 127 114 24 0 102 303 75 25
Binary 10101 1000110 1010111 1001100 10100 0 1000010 11000011 111101 10101

Color Harmonies of #154657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154657

Black with #154657

Text Example


Text Example

White with #154657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154657; }

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

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

background-color css

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

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

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

border-color css

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

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

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