Html Css Color HEX #114862 Astronaut Blue

📋 copy color: '#114862'

red 17 ◦ green 72 ◦ blue 98

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

Shades of Astronaut Blue #114862

Tints of Astronaut Blue #114862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 9.09%
G = 38.5%
B = 52.41%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114862 (or 0x114862) is known color: Astronaut Blue. HEX triplet: 11, 48 and 62. RGB value is (17,72,98). Sum of RGB (Red+Green+Blue) = 17+72+98=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #114862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114862 is #EEB79D. Grayscale: #3A3A3A. Windows color (decimal): -15644574 or 6440977. OLE color: 6440977.

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

Color convert

RGB 17 72 98 -
CMYK 0.83 0.27 0 0.62
HSL 199.26º 0.7% 0.23% -
HSV(B) 199.26º 0.83% 0.38% -
XYZ 4.75 5.64 12.39 -
YUV 58.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 17 72 98 0.83 0.27 0 0.62 199.26 0.7 0.23
Hex 11 48 62 53 1B 0 3E C7 46 17
Octal 21 110 142 123 33 0 76 307 106 27
Binary 10001 1001000 1100010 1010011 11011 0 111110 11000111 1000110 10111

Color Harmonies of #114862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114862

Black with #114862

Text Example


Text Example

White with #114862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114862; }

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

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

background-color css

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

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

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

border-color css

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

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

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