#145062

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

Shades of Astronaut Blue #145062

Tints of Astronaut Blue #145062

Color information

#145062 (or 0x145062) is unknown color: approx Astronaut Blue. HEX triplet: 14, 50 and 62. RGB value is (20,80,98). Sum of RGB (Red+Green+Blue) = 20+80+98=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #145062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145062 is #EBAF9D. Grayscale: #3F3F3F. Windows color (decimal): -15445918 or 6443028. OLE color: 6443028.

HSL color Cylindrical-coordinate representation of color #145062: hue angle of 193.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145062 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB208098-
CMYK0.800.1800.62
HSL193.85º66.1%23.14%-
HSV(B)193.85º79.59%38.43%-
XYZ5.366.7712.58-
YUV64.11147.1296.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 98 (38.67% from 255) = 49.49%
R=10.10%
G=40.40%
B=49.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2080980.800.1800.62193.8566.123.14
Hex145062501203Ec24217
Octal241201421202207630210227
Binary1010010100001100010101000010010011111011000010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145062; }

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

 H1.HeaderClassName
 {
   color: #145062;
 }
 .AnyTagClassName
 {
   color: #145062;
 }
</style>
background-color css

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

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

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

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

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

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