Html Css Color HEX #145262 Astronaut Blue

📋 copy color: '#145262'

red 20 ◦ green 82 ◦ blue 98

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

Shades of Astronaut Blue #145262

Tints of Astronaut Blue #145262

RGB

 RED value IS 20 (8.2% 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 value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145262 (or 0x145262) is known color: 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

RGB 20 82 98 -
CMYK 0.80 0.16 0 0.62
HSL 192.31º 0.66% 0.23% -
HSV(B) 192.31º 0.8% 0.38% -
XYZ 5.51 7.07 12.63 -
YUV 65.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 20 82 98 0.80 0.16 0 0.62 192.31 0.66 0.23
Hex 14 52 62 50 10 0 3E C0 42 17
Octal 24 122 142 120 20 0 76 300 102 27
Binary 10100 1010010 1100010 1010000 10000 0 111110 11000000 1000010 10111

Color Harmonies of #145262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145262

Black with #145262

Text Example


Text Example

White with #145262

Text Example


Text Example

HTML Codes & Css Web 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>