#134454

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

Shades of Astronaut Blue #134454

Tints of Astronaut Blue #134454

Color information

#134454 (or 0x134454) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 54. RGB value is (19,68,84). Sum of RGB (Red+Green+Blue) = 19+68+84=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #134454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134454 is #ECBBAB. Grayscale: #373737. Windows color (decimal): -15514540 or 5522451. OLE color: 5522451.

HSL color Cylindrical-coordinate representation of color #134454: hue angle of 194.77º 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 #134454 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB196884-
CMYK0.770.1900.67
HSL194.77º63.11%20.2%-
HSV(B)194.77º77.38%32.94%-
XYZ3.944.919.13-
YUV55.17144.27102.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=11.11%
G=39.77%
B=49.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1968840.770.1900.67194.7763.1120.2
Hex1344544D13043c33f14
Octal231041241152301033037724
Binary1001110001001010100100110110011010000111100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134454; }

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

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

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

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

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

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

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

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