Html Css Color HEX #145063 Astronaut Blue

📋 copy color: '#145063'

red 20 ◦ green 80 ◦ blue 99

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

Shades of Astronaut Blue #145063

Tints of Astronaut Blue #145063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

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

R = 10.05%
G = 40.2%
B = 49.75%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#145063 (or 0x145063) is known color: Astronaut Blue. HEX triplet: 14, 50 and 63. RGB value is (20,80,99). Sum of RGB (Red+Green+Blue) = 20+80+99=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #145063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145063 is #EBAF9C. Grayscale: #404040. Windows color (decimal): -15445917 or 6508564. OLE color: 6508564.

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

Color convert

RGB 20 80 99 -
CMYK 0.80 0.19 0 0.61
HSL 194.43º 0.66% 0.23% -
HSV(B) 194.43º 0.8% 0.39% -
XYZ 5.41 6.79 12.83 -
YUV 64.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 20 80 99 0.80 0.19 0 0.61 194.43 0.66 0.23
Hex 14 50 63 50 13 0 3D C2 42 17
Octal 24 120 143 120 23 0 75 302 102 27
Binary 10100 1010000 1100011 1010000 10011 0 111101 11000010 1000010 10111

Color Harmonies of #145063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145063

Black with #145063

Text Example


Text Example

White with #145063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145063; }

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

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

background-color css

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

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

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

border-color css

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

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

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