Html Css Color HEX #154557 Astronaut Blue

📋 copy color: '#154557'

red 21 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #154557

Tints of Astronaut Blue #154557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

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

R = 11.86%
G = 38.98%
B = 49.15%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154557 (or 0x154557) is known color: Astronaut Blue. HEX triplet: 15, 45 and 57. RGB value is (21,69,87). Sum of RGB (Red+Green+Blue) = 21+69+87=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #154557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154557 is #EABAA8. Grayscale: #383838. Windows color (decimal): -15383209 or 5719317. OLE color: 5719317.

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

Color convert

RGB 21 69 87 -
CMYK 0.76 0.21 0 0.66
HSL 196.36º 0.61% 0.21% -
HSV(B) 196.36º 0.76% 0.34% -
XYZ 4.16 5.1 9.78 -
YUV 56.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 21 69 87 0.76 0.21 0 0.66 196.36 0.61 0.21
Hex 15 45 57 4C 15 0 42 C4 3D 15
Octal 25 105 127 114 25 0 102 304 75 25
Binary 10101 1000101 1010111 1001100 10101 0 1000010 11000100 111101 10101

Color Harmonies of #154557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154557

Black with #154557

Text Example


Text Example

White with #154557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154557; }

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

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

background-color css

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

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

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

border-color css

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

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

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