#114658

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

Shades of Astronaut Blue #114658

Tints of Astronaut Blue #114658

Color information

#114658 (or 0x114658) is unknown color: approx Astronaut Blue. HEX triplet: 11, 46 and 58. RGB value is (17,70,88). Sum of RGB (Red+Green+Blue) = 17+70+88=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #114658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114658 is #EEB9A7. Grayscale: #383838. Windows color (decimal): -15645096 or 5785105. OLE color: 5785105.

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

Color convert

RGB177088-
CMYK0.810.2000.65
HSL195.21º67.62%20.59%-
HSV(B)195.21º80.68%34.51%-
XYZ4.185.210.02-
YUV56.2145.94100.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=9.71%
G=40%
B=50.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1770880.810.2000.65195.2167.6220.59
Hex1146585114041c34415
Octal2110613012124010130310425
Binary10001100011010110001010001101000100000111000011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114658; }

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

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

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

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

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

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

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

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