#114A67

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

Shades of Astronaut Blue #114A67

Tints of Astronaut Blue #114A67

Color information

#114A67 (or 0x114A67) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4A and 67. RGB value is (17,74,103). Sum of RGB (Red+Green+Blue) = 17+74+103=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #114A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A67 is #EEB598. Grayscale: #3C3C3C. Windows color (decimal): -15644057 or 6769169. OLE color: 6769169.

HSL color Cylindrical-coordinate representation of color #114A67: hue angle of 200.23º 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 #114A67 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1774103-
CMYK0.830.2800.60
HSL200.23º71.67%23.53%-
HSV(B)200.23º83.5%40.39%-
XYZ5.13613.72-
YUV60.26152.1297.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=8.76%
G=38.14%
B=53.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17741030.830.2800.60200.2371.6723.53
Hex114A67531C03Cc84818
Octal211121471233407431011030
Binary1000110010101100111101001111100011110011001000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114A67; }

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

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

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

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

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

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

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

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