Html Css Color HEX #145363 Astronaut Blue

📋 copy color: '#145363'

red 20 ◦ green 83 ◦ blue 99

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

Shades of Astronaut Blue #145363

Tints of Astronaut Blue #145363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 9.9%
G = 41.09%
B = 49.01%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#145363 (or 0x145363) is known color: Astronaut Blue. HEX triplet: 14, 53 and 63. RGB value is (20,83,99). Sum of RGB (Red+Green+Blue) = 20+83+99=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #145363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145363 is #EBAC9C. Grayscale: #414141. Windows color (decimal): -15445149 or 6509332. OLE color: 6509332.

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

Color convert

RGB 20 83 99 -
CMYK 0.80 0.16 0 0.61
HSL 192.15º 0.66% 0.23% -
HSV(B) 192.15º 0.8% 0.39% -
XYZ 5.63 7.24 12.9 -
YUV 65.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 20 83 99 0.80 0.16 0 0.61 192.15 0.66 0.23
Hex 14 53 63 50 10 0 3D C0 42 17
Octal 24 123 143 120 20 0 75 300 102 27
Binary 10100 1010011 1100011 1010000 10000 0 111101 11000000 1000010 10111

Color Harmonies of #145363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145363

Black with #145363

Text Example


Text Example

White with #145363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145363; }

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

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

background-color css

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

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

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

border-color css

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

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

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