Html Css Color HEX #114053 Astronaut Blue

📋 copy color: '#114053'

red 17 ◦ green 64 ◦ blue 83

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

Shades of Astronaut Blue #114053

Tints of Astronaut Blue #114053

RGB

 RED value IS 17 (7.03% from 255) = 10.37%

 GREEN value IS 64 (25.39% from 255) = 39.02%

 BLUE value IS 83 (32.81% from 255) = 50.61%

R = 10.37%
G = 39.02%
B = 50.61%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114053 (or 0x114053) is known color: Astronaut Blue. HEX triplet: 11, 40 and 53. RGB value is (17,64,83). Sum of RGB (Red+Green+Blue) = 17+64+83=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #114053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114053 is #EEBFAC. Grayscale: #333333. Windows color (decimal): -15646637 or 5455889. OLE color: 5455889.

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

Color convert

RGB 17 64 83 -
CMYK 0.80 0.23 0 0.67
HSL 197.27º 0.66% 0.2% -
HSV(B) 197.27º 0.8% 0.33% -
XYZ 3.63 4.41 8.84 -
YUV 52.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 17 64 83 0.80 0.23 0 0.67 197.27 0.66 0.2
Hex 11 40 53 50 17 0 43 C5 42 14
Octal 21 100 123 120 27 0 103 305 102 24
Binary 10001 1000000 1010011 1010000 10111 0 1000011 11000101 1000010 10100

Color Harmonies of #114053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114053

Black with #114053

Text Example


Text Example

White with #114053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114053; }

 p { color: rgb(17,64,83); }

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

background-color css

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

 a { background-color: rgb(17,64,83); }

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

border-color css

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

 span { border-color: rgb(17,64,83); }

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