Html Css Color HEX #154456 Astronaut Blue

📋 copy color: '#154456'

red 21 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #154456

Tints of Astronaut Blue #154456

RGB

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

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

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

R = 12%
G = 38.86%
B = 49.14%

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

#154456 (or 0x154456) is known color: Astronaut Blue. HEX triplet: 15, 44 and 56. RGB value is (21,68,86). Sum of RGB (Red+Green+Blue) = 21+68+86=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #154456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154456 is #EABBA9. Grayscale: #373737. Windows color (decimal): -15383466 or 5653525. OLE color: 5653525.

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

Color convert

RGB 21 68 86 -
CMYK 0.76 0.21 0 0.66
HSL 196.62º 0.61% 0.21% -
HSV(B) 196.62º 0.76% 0.34% -
XYZ 4.06 4.97 9.55 -
YUV 56 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 21 68 86 0.76 0.21 0 0.66 196.62 0.61 0.21
Hex 15 44 56 4C 15 0 42 C5 3D 15
Octal 25 104 126 114 25 0 102 305 75 25
Binary 10101 1000100 1010110 1001100 10101 0 1000010 11000101 111101 10101

Color Harmonies of #154456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154456

Black with #154456

Text Example


Text Example

White with #154456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154456; }

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

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

background-color css

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

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

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

border-color css

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

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

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