Html Css Color HEX #154056 Astronaut Blue

📋 copy color: '#154056'

red 21 ◦ green 64 ◦ blue 86

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

Shades of Astronaut Blue #154056

Tints of Astronaut Blue #154056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

 BLUE value IS 86 (33.98% from 255) = 50.29%

R = 12.28%
G = 37.43%
B = 50.29%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154056 (or 0x154056) is known color: Astronaut Blue. HEX triplet: 15, 40 and 56. RGB value is (21,64,86). Sum of RGB (Red+Green+Blue) = 21+64+86=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #154056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154056 is #EABFA9. Grayscale: #353535. Windows color (decimal): -15384490 or 5652501. OLE color: 5652501.

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

Color convert

RGB 21 64 86 -
CMYK 0.76 0.26 0 0.66
HSL 200.31º 0.61% 0.21% -
HSV(B) 200.31º 0.76% 0.34% -
XYZ 3.82 4.5 9.47 -
YUV 53.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 21 64 86 0.76 0.26 0 0.66 200.31 0.61 0.21
Hex 15 40 56 4C 1A 0 42 C8 3D 15
Octal 25 100 126 114 32 0 102 310 75 25
Binary 10101 1000000 1010110 1001100 11010 0 1000010 11001000 111101 10101

Color Harmonies of #154056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154056

Black with #154056

Text Example


Text Example

White with #154056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154056; }

 p { color: rgb(21,64,86); }

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

background-color css

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

 a { background-color: rgb(21,64,86); }

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

border-color css

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

 span { border-color: rgb(21,64,86); }

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