#114667

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

Shades of Astronaut Blue #114667

Tints of Astronaut Blue #114667

Color information

#114667 (or 0x114667) is unknown color: approx Astronaut Blue. HEX triplet: 11, 46 and 67. RGB value is (17,70,103). Sum of RGB (Red+Green+Blue) = 17+70+103=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #114667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114667 is #EEB998. Grayscale: #393939. Windows color (decimal): -15645081 or 6768145. OLE color: 6768145.

HSL color Cylindrical-coordinate representation of color #114667: hue angle of 203.02º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114667 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1770103-
CMYK0.830.3200.60
HSL203.02º71.67%23.53%-
HSV(B)203.02º83.5%40.39%-
XYZ4.875.4813.63-
YUV57.91153.4498.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 103 (40.62% from 255) = 54.21%
R=8.95%
G=36.84%
B=54.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17701030.830.3200.60203.0271.6723.53
Hex114667532003Ccb4818
Octal211061471234007431311030
Binary10001100011011001111010011100000011110011001011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114667; }

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

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

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

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

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

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

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

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