#114558

Color #114558 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #114558

Tints of Astronaut Blue #114558

Color information

#114558 (or 0x114558) is unknown color: approx Astronaut Blue. HEX triplet: 11, 45 and 58. RGB value is (17,69,88). Sum of RGB (Red+Green+Blue) = 17+69+88=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #114558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114558 is #EEBAA7. Grayscale: #373737. Windows color (decimal): -15645352 or 5784849. OLE color: 5784849.

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

Color convert

RGB176988-
CMYK0.810.2200.65
HSL196.06º67.62%20.59%-
HSV(B)196.06º80.68%34.51%-
XYZ4.125.0810-
YUV55.62146.27100.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=9.77%
G=39.66%
B=50.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1769880.810.2200.65196.0667.6220.59
Hex1145585116041c44415
Octal2110513012126010130410425
Binary10001100010110110001010001101100100000111000100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114558; }

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

 H1.HeaderClassName
 {
   color: #114558;
 }
 .AnyTagClassName
 {
   color: #114558;
 }
</style>
background-color css

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

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

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

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

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

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