Html Css Color HEX #154656 Astronaut Blue

📋 copy color: '#154656'

red 21 ◦ green 70 ◦ blue 86

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

Shades of Astronaut Blue #154656

Tints of Astronaut Blue #154656

RGB

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

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

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

R = 11.86%
G = 39.55%
B = 48.59%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154656 (or 0x154656) is known color: Astronaut Blue. HEX triplet: 15, 46 and 56. RGB value is (21,70,86). Sum of RGB (Red+Green+Blue) = 21+70+86=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #154656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154656 is #EAB9A9. Grayscale: #393939. Windows color (decimal): -15382954 or 5654037. OLE color: 5654037.

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

Color convert

RGB 21 70 86 -
CMYK 0.76 0.19 0 0.66
HSL 194.77º 0.61% 0.21% -
HSV(B) 194.77º 0.76% 0.34% -
XYZ 4.18 5.21 9.59 -
YUV 57.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 21 70 86 0.76 0.19 0 0.66 194.77 0.61 0.21
Hex 15 46 56 4C 13 0 42 C3 3D 15
Octal 25 106 126 114 23 0 102 303 75 25
Binary 10101 1000110 1010110 1001100 10011 0 1000010 11000011 111101 10101

Color Harmonies of #154656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154656

Black with #154656

Text Example


Text Example

White with #154656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154656; }

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

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

background-color css

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

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

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

border-color css

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

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

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