#114866

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

Shades of Astronaut Blue #114866

Tints of Astronaut Blue #114866

Color information

#114866 (or 0x114866) is unknown color: approx Astronaut Blue. HEX triplet: 11, 48 and 66. RGB value is (17,72,102). Sum of RGB (Red+Green+Blue) = 17+72+102=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #114866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114866 is #EEB799. Grayscale: #3A3A3A. Windows color (decimal): -15644570 or 6703121. OLE color: 6703121.

HSL color Cylindrical-coordinate representation of color #114866: hue angle of 201.18º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114866 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1772102-
CMYK0.830.2900.6
HSL201.18º71.43%23.33%-
HSV(B)201.18º83.33%40%-
XYZ4.955.7113.41-
YUV58.97152.2898.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 102 (40.23% from 255) = 53.40%
R=8.90%
G=37.70%
B=53.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17721020.830.2900.6201.1871.4323.33
Hex114866531D03Cc94717
Octal211101461233507431110727
Binary1000110010001100110101001111101011110011001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114866; }

 p { color: rgb(17,72,102); }

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

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

 a { background-color: rgb(17,72,102); }

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

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

 span { border-color: rgb(17,72,102); }

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