Html Css Color HEX #114358 Astronaut Blue

📋 copy color: '#114358'

red 17 ◦ green 67 ◦ blue 88

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

Shades of Astronaut Blue #114358

Tints of Astronaut Blue #114358

RGB

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

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

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

R = 9.88%
G = 38.95%
B = 51.16%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114358 (or 0x114358) is known color: Astronaut Blue. HEX triplet: 11, 43 and 58. RGB value is (17,67,88). Sum of RGB (Red+Green+Blue) = 17+67+88=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #114358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114358 is #EEBCA7. Grayscale: #363636. Windows color (decimal): -15645864 or 5784337. OLE color: 5784337.

HSL color Cylindrical-coordinate representation of color #114358: hue angle of 197.75º 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 #114358 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 67 88 -
CMYK 0.81 0.24 0 0.65
HSL 197.75º 0.68% 0.21% -
HSV(B) 197.75º 0.81% 0.35% -
XYZ 4 4.84 9.96 -
YUV 54.44 146.94 101.29 -
System Red Green Blue C M Y K H S L
Decimal 17 67 88 0.81 0.24 0 0.65 197.75 0.68 0.21
Hex 11 43 58 51 18 0 41 C6 44 15
Octal 21 103 130 121 30 0 101 306 104 25
Binary 10001 1000011 1011000 1010001 11000 0 1000001 11000110 1000100 10101

Color Harmonies of #114358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114358

Black with #114358

Text Example


Text Example

White with #114358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114358; }

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

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

background-color css

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

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

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

border-color css

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

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

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