Html Css Color HEX #154769 Astronaut Blue

📋 copy color: '#154769'

red 21 ◦ green 71 ◦ blue 105

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

Shades of Astronaut Blue #154769

Tints of Astronaut Blue #154769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

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

R = 10.66%
G = 36.04%
B = 53.3%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154769 (or 0x154769) is known color: Astronaut Blue. HEX triplet: 15, 47 and 69. RGB value is (21,71,105). Sum of RGB (Red+Green+Blue) = 21+71+105=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #154769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154769 is #EAB896. Grayscale: #3B3B3B. Windows color (decimal): -15382679 or 6899477. OLE color: 6899477.

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

Color convert

RGB 21 71 105 -
CMYK 0.80 0.32 0 0.59
HSL 204.29º 0.67% 0.25% -
HSV(B) 204.29º 0.8% 0.41% -
XYZ 5.11 5.69 14.19 -
YUV 59.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 21 71 105 0.80 0.32 0 0.59 204.29 0.67 0.25
Hex 15 47 69 50 20 0 3B CC 43 19
Octal 25 107 151 120 40 0 73 314 103 31
Binary 10101 1000111 1101001 1010000 100000 0 111011 11001100 1000011 11001

Color Harmonies of #154769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154769

Black with #154769

Text Example


Text Example

White with #154769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154769; }

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

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

background-color css

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

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

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

border-color css

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

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

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