Html Css Color HEX #114058 Astronaut Blue

📋 copy color: '#114058'

red 17 ◦ green 64 ◦ blue 88

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

Shades of Astronaut Blue #114058

Tints of Astronaut Blue #114058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 88 (34.77% from 255) = 52.07%

R = 10.06%
G = 37.87%
B = 52.07%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114058 (or 0x114058) is known color: Astronaut Blue. HEX triplet: 11, 40 and 58. RGB value is (17,64,88). Sum of RGB (Red+Green+Blue) = 17+64+88=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #114058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114058 is #EEBFA7. Grayscale: #343434. Windows color (decimal): -15646632 or 5783569. OLE color: 5783569.

HSL color Cylindrical-coordinate representation of color #114058: hue angle of 200.28º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114058 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 64 88 -
CMYK 0.81 0.27 0 0.65
HSL 200.28º 0.68% 0.21% -
HSV(B) 200.28º 0.81% 0.35% -
XYZ 3.83 4.49 9.9 -
YUV 52.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 17 64 88 0.81 0.27 0 0.65 200.28 0.68 0.21
Hex 11 40 58 51 1B 0 41 C8 44 15
Octal 21 100 130 121 33 0 101 310 104 25
Binary 10001 1000000 1011000 1010001 11011 0 1000001 11001000 1000100 10101

Color Harmonies of #114058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114058

Black with #114058

Text Example


Text Example

White with #114058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114058; }

 p { color: rgb(17,64,88); }

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

background-color css

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

 a { background-color: rgb(17,64,88); }

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

border-color css

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

 span { border-color: rgb(17,64,88); }

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