#134054

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

Shades of Astronaut Blue #134054

Tints of Astronaut Blue #134054

Color information

#134054 (or 0x134054) is unknown color: approx Astronaut Blue. HEX triplet: 13, 40 and 54. RGB value is (19,64,84). Sum of RGB (Red+Green+Blue) = 19+64+84=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #134054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134054 is #ECBFAB. Grayscale: #343434. Windows color (decimal): -15515564 or 5521427. OLE color: 5521427.

HSL color Cylindrical-coordinate representation of color #134054: hue angle of 198.46º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134054 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB196484-
CMYK0.770.2400.67
HSL198.46º63.11%20.2%-
HSV(B)198.46º77.38%32.94%-
XYZ3.74.459.05-
YUV52.82145.59103.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=11.38%
G=38.32%
B=50.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1964840.770.2400.67198.4663.1120.2
Hex1340544D18043c63f14
Octal231001241153001033067724
Binary1001110000001010100100110111000010000111100011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134054; }

 p { color: rgb(19,64,84); }

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

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

 a { background-color: rgb(19,64,84); }

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

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

 span { border-color: rgb(19,64,84); }

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