#114462

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

Shades of Astronaut Blue #114462

Tints of Astronaut Blue #114462

Color information

#114462 (or 0x114462) is unknown color: approx Astronaut Blue. HEX triplet: 11, 44 and 62. RGB value is (17,68,98). Sum of RGB (Red+Green+Blue) = 17+68+98=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #114462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114462 is #EEBB9D. Grayscale: #383838. Windows color (decimal): -15645598 or 6439953. OLE color: 6439953.

HSL color Cylindrical-coordinate representation of color #114462: hue angle of 202.22º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114462 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB176898-
CMYK0.830.3100.62
HSL202.22º70.43%22.55%-
HSV(B)202.22º82.65%38.43%-
XYZ4.55.1412.31-
YUV56.17151.6100.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=9.29%
G=37.16%
B=53.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1768980.830.3100.62202.2270.4322.55
Hex114462531F03Eca4617
Octal211041421233707631210627
Binary1000110001001100010101001111111011111011001010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114462; }

 p { color: rgb(17,68,98); }

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

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

 a { background-color: rgb(17,68,98); }

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

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

 span { border-color: rgb(17,68,98); }

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