Html Css Color HEX #145163 Astronaut Blue

📋 copy color: '#145163'

red 20 ◦ green 81 ◦ blue 99

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

Shades of Astronaut Blue #145163

Tints of Astronaut Blue #145163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.5%

R = 10%
G = 40.5%
B = 49.5%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#145163 (or 0x145163) is known color: Astronaut Blue. HEX triplet: 14, 51 and 63. RGB value is (20,81,99). Sum of RGB (Red+Green+Blue) = 20+81+99=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #145163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145163 is #EBAE9C. Grayscale: #404040. Windows color (decimal): -15445661 or 6508820. OLE color: 6508820.

HSL color Cylindrical-coordinate representation of color #145163: hue angle of 193.67º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145163 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 81 99 -
CMYK 0.80 0.18 0 0.61
HSL 193.67º 0.66% 0.23% -
HSV(B) 193.67º 0.8% 0.39% -
XYZ 5.48 6.93 12.85 -
YUV 64.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 20 81 99 0.80 0.18 0 0.61 193.67 0.66 0.23
Hex 14 51 63 50 12 0 3D C2 42 17
Octal 24 121 143 120 22 0 75 302 102 27
Binary 10100 1010001 1100011 1010000 10010 0 111101 11000010 1000010 10111

Color Harmonies of #145163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145163

Black with #145163

Text Example


Text Example

White with #145163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145163; }

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

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

background-color css

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

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

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

border-color css

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

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

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