Html Css Color HEX #145165 Astronaut Blue

📋 copy color: '#145165'

red 20 ◦ green 81 ◦ blue 101

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

Shades of Astronaut Blue #145165

Tints of Astronaut Blue #145165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50%

R = 9.9%
G = 40.1%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#145165 (or 0x145165) is known color: Astronaut Blue. HEX triplet: 14, 51 and 65. RGB value is (20,81,101). Sum of RGB (Red+Green+Blue) = 20+81+101=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #145165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145165 is #EBAE9A. Grayscale: #404040. Windows color (decimal): -15445659 or 6639892. OLE color: 6639892.

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

Color convert

RGB 20 81 101 -
CMYK 0.80 0.20 0 0.60
HSL 194.81º 0.67% 0.24% -
HSV(B) 194.81º 0.8% 0.4% -
XYZ 5.58 6.97 13.36 -
YUV 65.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 20 81 101 0.80 0.20 0 0.60 194.81 0.67 0.24
Hex 14 51 65 50 14 0 3C C3 43 18
Octal 24 121 145 120 24 0 74 303 103 30
Binary 10100 1010001 1100101 1010000 10100 0 111100 11000011 1000011 11000

Color Harmonies of #145165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145165

Black with #145165

Text Example


Text Example

White with #145165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145165; }

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

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

background-color css

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

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

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

border-color css

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

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

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