Html Css Color HEX #154969 Astronaut Blue

📋 copy color: '#154969'

red 21 ◦ green 73 ◦ blue 105

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

Shades of Astronaut Blue #154969

Tints of Astronaut Blue #154969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.68%

 BLUE value IS 105 (41.41% from 255) = 52.76%

R = 10.55%
G = 36.68%
B = 52.76%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154969 (or 0x154969) is known color: Astronaut Blue. HEX triplet: 15, 49 and 69. RGB value is (21,73,105). Sum of RGB (Red+Green+Blue) = 21+73+105=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #154969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154969 is #EAB696. Grayscale: #3C3C3C. Windows color (decimal): -15382167 or 6899989. OLE color: 6899989.

HSL color Cylindrical-coordinate representation of color #154969: hue angle of 202.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154969 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 73 105 -
CMYK 0.80 0.30 0 0.59
HSL 202.86º 0.67% 0.25% -
HSV(B) 202.86º 0.8% 0.41% -
XYZ 5.24 5.94 14.24 -
YUV 61.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 21 73 105 0.80 0.30 0 0.59 202.86 0.67 0.25
Hex 15 49 69 50 1E 0 3B CB 43 19
Octal 25 111 151 120 36 0 73 313 103 31
Binary 10101 1001001 1101001 1010000 11110 0 111011 11001011 1000011 11001

Color Harmonies of #154969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154969

Black with #154969

Text Example


Text Example

White with #154969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154969; }

 p { color: rgb(21,73,105); }

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

background-color css

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

 a { background-color: rgb(21,73,105); }

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

border-color css

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

 span { border-color: rgb(21,73,105); }

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