Html Css Color HEX #154256 Astronaut Blue

📋 copy color: '#154256'

red 21 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #154256

Tints of Astronaut Blue #154256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.15%

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

R = 12.14%
G = 38.15%
B = 49.71%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154256 (or 0x154256) is known color: Astronaut Blue. HEX triplet: 15, 42 and 56. RGB value is (21,66,86). Sum of RGB (Red+Green+Blue) = 21+66+86=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #154256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154256 is #EABDA9. Grayscale: #363636. Windows color (decimal): -15383978 or 5653013. OLE color: 5653013.

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

Color convert

RGB 21 66 86 -
CMYK 0.76 0.23 0 0.66
HSL 198.46º 0.61% 0.21% -
HSV(B) 198.46º 0.76% 0.34% -
XYZ 3.94 4.73 9.51 -
YUV 54.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 21 66 86 0.76 0.23 0 0.66 198.46 0.61 0.21
Hex 15 42 56 4C 17 0 42 C6 3D 15
Octal 25 102 126 114 27 0 102 306 75 25
Binary 10101 1000010 1010110 1001100 10111 0 1000010 11000110 111101 10101

Color Harmonies of #154256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154256

Black with #154256

Text Example


Text Example

White with #154256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154256; }

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

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

background-color css

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

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

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

border-color css

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

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

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