Html Css Color HEX #114261 Astronaut Blue

📋 copy color: '#114261'

red 17 ◦ green 66 ◦ blue 97

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

Shades of Astronaut Blue #114261

Tints of Astronaut Blue #114261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

 BLUE value IS 97 (38.28% from 255) = 53.89%

R = 9.44%
G = 36.67%
B = 53.89%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114261 (or 0x114261) is known color: Astronaut Blue. HEX triplet: 11, 42 and 61. RGB value is (17,66,97). Sum of RGB (Red+Green+Blue) = 17+66+97=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #114261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114261 is #EEBD9E. Grayscale: #363636. Windows color (decimal): -15646111 or 6373905. OLE color: 6373905.

HSL color Cylindrical-coordinate representation of color #114261: hue angle of 203.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114261 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 66 97 -
CMYK 0.82 0.32 0 0.62
HSL 203.25º 0.7% 0.22% -
HSV(B) 203.25º 0.82% 0.38% -
XYZ 4.34 4.88 12.02 -
YUV 54.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 17 66 97 0.82 0.32 0 0.62 203.25 0.7 0.22
Hex 11 42 61 52 20 0 3E CB 46 16
Octal 21 102 141 122 40 0 76 313 106 26
Binary 10001 1000010 1100001 1010010 100000 0 111110 11001011 1000110 10110

Color Harmonies of #114261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114261

Black with #114261

Text Example


Text Example

White with #114261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114261; }

 p { color: rgb(17,66,97); }

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

background-color css

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

 a { background-color: rgb(17,66,97); }

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

border-color css

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

 span { border-color: rgb(17,66,97); }

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