Html Css Color HEX #154457 Astronaut Blue

📋 copy color: '#154457'

red 21 ◦ green 68 ◦ blue 87

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

Shades of Astronaut Blue #154457

Tints of Astronaut Blue #154457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.64%

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

R = 11.93%
G = 38.64%
B = 49.43%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154457 (or 0x154457) is known color: Astronaut Blue. HEX triplet: 15, 44 and 57. RGB value is (21,68,87). Sum of RGB (Red+Green+Blue) = 21+68+87=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #154457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154457 is #EABBA8. Grayscale: #373737. Windows color (decimal): -15383465 or 5719061. OLE color: 5719061.

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

Color convert

RGB 21 68 87 -
CMYK 0.76 0.22 0 0.66
HSL 197.27º 0.61% 0.21% -
HSV(B) 197.27º 0.76% 0.34% -
XYZ 4.1 4.98 9.76 -
YUV 56.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 21 68 87 0.76 0.22 0 0.66 197.27 0.61 0.21
Hex 15 44 57 4C 16 0 42 C5 3D 15
Octal 25 104 127 114 26 0 102 305 75 25
Binary 10101 1000100 1010111 1001100 10110 0 1000010 11000101 111101 10101

Color Harmonies of #154457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154457

Black with #154457

Text Example


Text Example

White with #154457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154457; }

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

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

background-color css

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

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

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

border-color css

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

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

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