Html Css Color HEX #145064 Astronaut Blue

📋 copy color: '#145064'

red 20 ◦ green 80 ◦ blue 100

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

Shades of Astronaut Blue #145064

Tints of Astronaut Blue #145064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50%

R = 10%
G = 40%
B = 50%

CMYK

 C value IS 0.8

 M value IS 0.2

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#145064 (or 0x145064) is known color: Astronaut Blue. HEX triplet: 14, 50 and 64. RGB value is (20,80,100). Sum of RGB (Red+Green+Blue) = 20+80+100=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 100 (39.45% from 255 or 50% from 200); Max value from RGB is 100 - color contains mainly: blue. Hex color #145064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145064 is #EBAF9B. Grayscale: #404040. Windows color (decimal): -15445916 or 6574100. OLE color: 6574100.

HSL color Cylindrical-coordinate representation of color #145064: hue angle of 195º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145064 is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 80 100 -
CMYK 0.8 0.2 0 0.61
HSL 195º 0.67% 0.24% -
HSV(B) 195º 0.8% 0.39% -
XYZ 5.46 6.81 13.08 -
YUV 64.34 148.12 96.37 -
System Red Green Blue C M Y K H S L
Decimal 20 80 100 0.8 0.2 0 0.61 195 0.67 0.24
Hex 14 50 64 50 14 0 3D C3 43 18
Octal 24 120 144 120 24 0 75 303 103 30
Binary 10100 1010000 1100100 1010000 10100 0 111101 11000011 1000011 11000

Color Harmonies of #145064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145064

Black with #145064

Text Example


Text Example

White with #145064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145064; }

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

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

background-color css

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

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

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

border-color css

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

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

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