Html Css Color HEX #145263 Astronaut Blue

📋 copy color: '#145263'

red 20 ◦ green 82 ◦ blue 99

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

Shades of Astronaut Blue #145263

Tints of Astronaut Blue #145263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

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

R = 9.95%
G = 40.8%
B = 49.25%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#145263 (or 0x145263) is known color: Astronaut Blue. HEX triplet: 14, 52 and 63. RGB value is (20,82,99). Sum of RGB (Red+Green+Blue) = 20+82+99=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #145263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145263 is #EBAD9C. Grayscale: #414141. Windows color (decimal): -15445405 or 6509076. OLE color: 6509076.

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

Color convert

RGB 20 82 99 -
CMYK 0.80 0.17 0 0.61
HSL 192.91º 0.66% 0.23% -
HSV(B) 192.91º 0.8% 0.39% -
XYZ 5.56 7.08 12.88 -
YUV 65.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 20 82 99 0.80 0.17 0 0.61 192.91 0.66 0.23
Hex 14 52 63 50 11 0 3D C1 42 17
Octal 24 122 143 120 21 0 75 301 102 27
Binary 10100 1010010 1100011 1010000 10001 0 111101 11000001 1000010 10111

Color Harmonies of #145263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145263

Black with #145263

Text Example


Text Example

White with #145263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145263; }

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

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

background-color css

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

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

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

border-color css

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

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

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