Html Css Color HEX #154666 Astronaut Blue

📋 copy color: '#154666'

red 21 ◦ green 70 ◦ blue 102

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

Shades of Astronaut Blue #154666

Tints of Astronaut Blue #154666

RGB

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

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

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

R = 10.88%
G = 36.27%
B = 52.85%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#154666 (or 0x154666) is known color: Astronaut Blue. HEX triplet: 15, 46 and 66. RGB value is (21,70,102). Sum of RGB (Red+Green+Blue) = 21+70+102=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #154666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154666 is #EAB999. Grayscale: #3A3A3A. Windows color (decimal): -15382938 or 6702613. OLE color: 6702613.

HSL color Cylindrical-coordinate representation of color #154666: hue angle of 203.7º 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 #154666 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 70 102 -
CMYK 0.79 0.31 0 0.6
HSL 203.7º 0.66% 0.24% -
HSV(B) 203.7º 0.79% 0.4% -
XYZ 4.9 5.5 13.37 -
YUV 59 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 21 70 102 0.79 0.31 0 0.6 203.7 0.66 0.24
Hex 15 46 66 4F 1F 0 3C CC 42 18
Octal 25 106 146 117 37 0 74 314 102 30
Binary 10101 1000110 1100110 1001111 11111 0 111100 11001100 1000010 11000

Color Harmonies of #154666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154666

Black with #154666

Text Example


Text Example

White with #154666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154666; }

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

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

background-color css

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

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

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

border-color css

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

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

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