Html Css Color HEX #114662 Astronaut Blue

📋 copy color: '#114662'

red 17 ◦ green 70 ◦ blue 98

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

Shades of Astronaut Blue #114662

Tints of Astronaut Blue #114662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

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

R = 9.19%
G = 37.84%
B = 52.97%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114662 (or 0x114662) is known color: Astronaut Blue. HEX triplet: 11, 46 and 62. RGB value is (17,70,98). Sum of RGB (Red+Green+Blue) = 17+70+98=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #114662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114662 is #EEB99D. Grayscale: #393939. Windows color (decimal): -15645086 or 6440465. OLE color: 6440465.

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

Color convert

RGB 17 70 98 -
CMYK 0.83 0.29 0 0.62
HSL 200.74º 0.7% 0.23% -
HSV(B) 200.74º 0.83% 0.38% -
XYZ 4.63 5.38 12.35 -
YUV 57.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 17 70 98 0.83 0.29 0 0.62 200.74 0.7 0.23
Hex 11 46 62 53 1D 0 3E C9 46 17
Octal 21 106 142 123 35 0 76 311 106 27
Binary 10001 1000110 1100010 1010011 11101 0 111110 11001001 1000110 10111

Color Harmonies of #114662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114662

Black with #114662

Text Example


Text Example

White with #114662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114662; }

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

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

background-color css

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

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

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

border-color css

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

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

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