#114568

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

Shades of Astronaut Blue #114568

Tints of Astronaut Blue #114568

Color information

#114568 (or 0x114568) is unknown color: approx Astronaut Blue. HEX triplet: 11, 45 and 68. RGB value is (17,69,104). Sum of RGB (Red+Green+Blue) = 17+69+104=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #114568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114568 is #EEBA97. Grayscale: #393939. Windows color (decimal): -15645336 or 6833425. OLE color: 6833425.

HSL color Cylindrical-coordinate representation of color #114568: hue angle of 204.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114568 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1769104-
CMYK0.840.3400.59
HSL204.14º71.9%23.73%-
HSV(B)204.14º83.65%40.78%-
XYZ4.865.3713.88-
YUV57.44154.2799.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=8.95%
G=36.32%
B=54.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17691040.840.3400.59204.1471.923.73
Hex114568542203Bcc4818
Octal211051501244207331411030
Binary10001100010111010001010100100010011101111001100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114568; }

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

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

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

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

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

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

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

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