#145067

Color #145067 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #145067

Tints of Astronaut Blue #145067

Color information

#145067 (or 0x145067) is unknown color: approx 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

RGB2080103-
CMYK0.810.2200.60
HSL196.63º67.48%24.12%-
HSV(B)196.63º80.58%40.39%-
XYZ5.616.8713.86-
YUV64.68149.6296.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 103 (40.62% from 255) = 50.74%
R=9.85%
G=39.41%
B=50.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20801030.810.2200.60196.6367.4824.12
Hex145067511603Cc54318
Octal241201471212607430510330
Binary1010010100001100111101000110110011110011000101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>