Html Css Color HEX #114E62 Astronaut Blue

📋 copy color: '#114E62'

red 17 ◦ green 78 ◦ blue 98

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

Shades of Astronaut Blue #114E62

Tints of Astronaut Blue #114E62

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.41%

 BLUE value IS 98 (38.67% from 255) = 50.78%

R = 8.81%
G = 40.41%
B = 50.78%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114E62 (or 0x114E62) is known color: Astronaut Blue. HEX triplet: 11, 4E and 62. RGB value is (17,78,98). Sum of RGB (Red+Green+Blue) = 17+78+98=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #114E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E62 is #EEB19D. Grayscale: #3D3D3D. Windows color (decimal): -15643038 or 6442513. OLE color: 6442513.

HSL color Cylindrical-coordinate representation of color #114E62: hue angle of 194.81º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114E62 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 78 98 -
CMYK 0.83 0.20 0 0.62
HSL 194.81º 0.7% 0.23% -
HSV(B) 194.81º 0.83% 0.38% -
XYZ 5.16 6.45 12.53 -
YUV 62.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 17 78 98 0.83 0.20 0 0.62 194.81 0.7 0.23
Hex 11 4E 62 53 14 0 3E C3 46 17
Octal 21 116 142 123 24 0 76 303 106 27
Binary 10001 1001110 1100010 1010011 10100 0 111110 11000011 1000110 10111

Color Harmonies of #114E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E62

Black with #114E62

Text Example


Text Example

White with #114E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114E62; }

 p { color: rgb(17,78,98); }

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

background-color css

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

 a { background-color: rgb(17,78,98); }

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

border-color css

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

 span { border-color: rgb(17,78,98); }

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