Html Css Color HEX #114362 Astronaut Blue

📋 copy color: '#114362'

red 17 ◦ green 67 ◦ blue 98

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

Shades of Astronaut Blue #114362

Tints of Astronaut Blue #114362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

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

R = 9.34%
G = 36.81%
B = 53.85%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114362 (or 0x114362) is known color: Astronaut Blue. HEX triplet: 11, 43 and 62. RGB value is (17,67,98). Sum of RGB (Red+Green+Blue) = 17+67+98=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #114362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114362 is #EEBC9D. Grayscale: #373737. Windows color (decimal): -15645854 or 6439697. OLE color: 6439697.

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

Color convert

RGB 17 67 98 -
CMYK 0.83 0.32 0 0.62
HSL 202.96º 0.7% 0.23% -
HSV(B) 202.96º 0.83% 0.38% -
XYZ 4.44 5.02 12.29 -
YUV 55.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 17 67 98 0.83 0.32 0 0.62 202.96 0.7 0.23
Hex 11 43 62 53 20 0 3E CB 46 17
Octal 21 103 142 123 40 0 76 313 106 27
Binary 10001 1000011 1100010 1010011 100000 0 111110 11001011 1000110 10111

Color Harmonies of #114362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114362

Black with #114362

Text Example


Text Example

White with #114362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114362; }

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

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

background-color css

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

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

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

border-color css

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

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

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