Html Css Color HEX #145067 Astronaut Blue

📋 copy color: '#145067'

red 20 ◦ green 80 ◦ blue 103

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

Shades of Astronaut Blue #145067

Tints of Astronaut Blue #145067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 9.85%
G = 39.41%
B = 50.74%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#145067 (or 0x145067) is known color: Astronaut Blue. HEX triplet: 14, 50 and 67. RGB value is (20,80,103). Sum of RGB (Red+Green+Blue) = 20+80+103=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #145067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145067 is #EBAF98. Grayscale: #404040. Windows color (decimal): -15445913 or 6770708. OLE color: 6770708.

HSL color Cylindrical-coordinate representation of color #145067: hue angle of 196.63º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145067 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 80 103 -
CMYK 0.81 0.22 0 0.60
HSL 196.63º 0.67% 0.24% -
HSV(B) 196.63º 0.81% 0.4% -
XYZ 5.61 6.87 13.86 -
YUV 64.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 20 80 103 0.81 0.22 0 0.60 196.63 0.67 0.24
Hex 14 50 67 51 16 0 3C C5 43 18
Octal 24 120 147 121 26 0 74 305 103 30
Binary 10100 1010000 1100111 1010001 10110 0 111100 11000101 1000011 11000

Color Harmonies of #145067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145067

Black with #145067

Text Example


Text Example

White with #145067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145067; }

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

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

background-color css

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

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

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

border-color css

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

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

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