Html Css Color HEX #145066 Astronaut Blue

📋 copy color: '#145066'

red 20 ◦ green 80 ◦ blue 102

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

Shades of Astronaut Blue #145066

Tints of Astronaut Blue #145066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 9.9%
G = 39.6%
B = 50.5%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#145066 (or 0x145066) is known color: Astronaut Blue. HEX triplet: 14, 50 and 66. RGB value is (20,80,102). Sum of RGB (Red+Green+Blue) = 20+80+102=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #145066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145066 is #EBAF99. Grayscale: #404040. Windows color (decimal): -15445914 or 6705172. OLE color: 6705172.

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

Color convert

RGB 20 80 102 -
CMYK 0.80 0.22 0 0.6
HSL 196.1º 0.67% 0.24% -
HSV(B) 196.1º 0.8% 0.4% -
XYZ 5.56 6.85 13.6 -
YUV 64.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 20 80 102 0.80 0.22 0 0.6 196.1 0.67 0.24
Hex 14 50 66 50 16 0 3C C4 43 18
Octal 24 120 146 120 26 0 74 304 103 30
Binary 10100 1010000 1100110 1010000 10110 0 111100 11000100 1000011 11000

Color Harmonies of #145066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145066

Black with #145066

Text Example


Text Example

White with #145066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145066; }

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

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

background-color css

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

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

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

border-color css

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

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

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