Html Css Color HEX #154669 Astronaut Blue

📋 copy color: '#154669'

red 21 ◦ green 70 ◦ blue 105

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

Shades of Astronaut Blue #154669

Tints of Astronaut Blue #154669

RGB

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

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

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

R = 10.71%
G = 35.71%
B = 53.57%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154669 (or 0x154669) is known color: Astronaut Blue. HEX triplet: 15, 46 and 69. RGB value is (21,70,105). Sum of RGB (Red+Green+Blue) = 21+70+105=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #154669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154669 is #EAB996. Grayscale: #3B3B3B. Windows color (decimal): -15382935 or 6899221. OLE color: 6899221.

HSL color Cylindrical-coordinate representation of color #154669: hue angle of 205º 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 #154669 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 70 105 -
CMYK 0.80 0.33 0 0.59
HSL 205º 0.67% 0.25% -
HSV(B) 205º 0.8% 0.41% -
XYZ 5.05 5.56 14.17 -
YUV 59.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 21 70 105 0.80 0.33 0 0.59 205 0.67 0.25
Hex 15 46 69 50 21 0 3B CD 43 19
Octal 25 106 151 120 41 0 73 315 103 31
Binary 10101 1000110 1101001 1010000 100001 0 111011 11001101 1000011 11001

Color Harmonies of #154669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154669

Black with #154669

Text Example


Text Example

White with #154669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154669; }

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

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

background-color css

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

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

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

border-color css

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

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

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