Html Css Color HEX #114863 Astronaut Blue

📋 copy color: '#114863'

red 17 ◦ green 72 ◦ blue 99

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

Shades of Astronaut Blue #114863

Tints of Astronaut Blue #114863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.66%

R = 9.04%
G = 38.3%
B = 52.66%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#114863 (or 0x114863) is known color: Astronaut Blue. HEX triplet: 11, 48 and 63. RGB value is (17,72,99). Sum of RGB (Red+Green+Blue) = 17+72+99=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #114863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114863 is #EEB79C. Grayscale: #3A3A3A. Windows color (decimal): -15644573 or 6506513. OLE color: 6506513.

HSL color Cylindrical-coordinate representation of color #114863: hue angle of 199.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114863 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 72 99 -
CMYK 0.83 0.27 0 0.61
HSL 199.76º 0.71% 0.23% -
HSV(B) 199.76º 0.83% 0.39% -
XYZ 4.8 5.65 12.64 -
YUV 58.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 17 72 99 0.83 0.27 0 0.61 199.76 0.71 0.23
Hex 11 48 63 53 1B 0 3D C8 47 17
Octal 21 110 143 123 33 0 75 310 107 27
Binary 10001 1001000 1100011 1010011 11011 0 111101 11001000 1000111 10111

Color Harmonies of #114863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114863

Black with #114863

Text Example


Text Example

White with #114863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114863; }

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

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

background-color css

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

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

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

border-color css

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

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

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