Html Css Color HEX #154966 Astronaut Blue

📋 copy color: '#154966'

red 21 ◦ green 73 ◦ blue 102

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

Shades of Astronaut Blue #154966

Tints of Astronaut Blue #154966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 10.71%
G = 37.24%
B = 52.04%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#154966 (or 0x154966) is known color: Astronaut Blue. HEX triplet: 15, 49 and 66. RGB value is (21,73,102). Sum of RGB (Red+Green+Blue) = 21+73+102=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #154966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154966 is #EAB699. Grayscale: #3C3C3C. Windows color (decimal): -15382170 or 6703381. OLE color: 6703381.

HSL color Cylindrical-coordinate representation of color #154966: hue angle of 201.48º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154966 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 73 102 -
CMYK 0.79 0.28 0 0.6
HSL 201.48º 0.66% 0.24% -
HSV(B) 201.48º 0.79% 0.4% -
XYZ 5.09 5.88 13.44 -
YUV 60.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 21 73 102 0.79 0.28 0 0.6 201.48 0.66 0.24
Hex 15 49 66 4F 1C 0 3C C9 42 18
Octal 25 111 146 117 34 0 74 311 102 30
Binary 10101 1001001 1100110 1001111 11100 0 111100 11001001 1000010 11000

Color Harmonies of #154966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154966

Black with #154966

Text Example


Text Example

White with #154966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154966; }

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

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

background-color css

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

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

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

border-color css

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

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

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