Html Css Color HEX #145166 Astronaut Blue

📋 copy color: '#145166'

red 20 ◦ green 81 ◦ blue 102

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

Shades of Astronaut Blue #145166

Tints of Astronaut Blue #145166

RGB

 RED value IS 20 (8.2% from 255) = 9.85%

 GREEN value IS 81 (32.03% from 255) = 39.9%

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

R = 9.85%
G = 39.9%
B = 50.25%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#145166 (or 0x145166) is known color: Astronaut Blue. HEX triplet: 14, 51 and 66. RGB value is (20,81,102). Sum of RGB (Red+Green+Blue) = 20+81+102=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #145166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145166 is #EBAE99. Grayscale: #414141. Windows color (decimal): -15445658 or 6705428. OLE color: 6705428.

HSL color Cylindrical-coordinate representation of color #145166: hue angle of 195.37º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145166 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 81 102 -
CMYK 0.80 0.21 0 0.6
HSL 195.37º 0.67% 0.24% -
HSV(B) 195.37º 0.8% 0.4% -
XYZ 5.63 6.99 13.62 -
YUV 65.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 20 81 102 0.80 0.21 0 0.6 195.37 0.67 0.24
Hex 14 51 66 50 15 0 3C C3 43 18
Octal 24 121 146 120 25 0 74 303 103 30
Binary 10100 1010001 1100110 1010000 10101 0 111100 11000011 1000011 11000

Color Harmonies of #145166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145166

Black with #145166

Text Example


Text Example

White with #145166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145166; }

 p { color: rgb(20,81,102); }

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

background-color css

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

 a { background-color: rgb(20,81,102); }

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

border-color css

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

 span { border-color: rgb(20,81,102); }

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