#145262

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

Shades of Astronaut Blue #145262

Tints of Astronaut Blue #145262

Color information

#145262 (or 0x145262) is unknown color: approx Astronaut Blue. HEX triplet: 14, 52 and 62. RGB value is (20,82,98). Sum of RGB (Red+Green+Blue) = 20+82+98=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #145262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145262 is #EBAD9D. Grayscale: #414141. Windows color (decimal): -15445406 or 6443540. OLE color: 6443540.

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

Color convert

RGB208298-
CMYK0.800.1600.62
HSL192.31º66.1%23.14%-
HSV(B)192.31º79.59%38.43%-
XYZ5.517.0712.63-
YUV65.29146.4695.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 98 (38.67% from 255) = 49%
R=10%
G=41%
B=49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2082980.800.1600.62192.3166.123.14
Hex145262501003Ec04217
Octal241221421202007630010227
Binary1010010100101100010101000010000011111011000000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145262; }

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

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

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

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

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

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

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

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