#134154

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

Shades of Astronaut Blue #134154

Tints of Astronaut Blue #134154

Color information

#134154 (or 0x134154) is unknown color: approx Astronaut Blue. HEX triplet: 13, 41 and 54. RGB value is (19,65,84). Sum of RGB (Red+Green+Blue) = 19+65+84=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #134154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134154 is #ECBEAB. Grayscale: #353535. Windows color (decimal): -15515308 or 5521683. OLE color: 5521683.

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

Color convert

RGB196584-
CMYK0.770.2300.67
HSL197.54º63.11%20.2%-
HSV(B)197.54º77.38%32.94%-
XYZ3.764.569.07-
YUV53.41145.26103.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 84 (33.20% from 255) = 50%
R=11.31%
G=38.69%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1965840.770.2300.67197.5463.1120.2
Hex1341544D17043c63f14
Octal231011241152701033067724
Binary1001110000011010100100110110111010000111100011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134154; }

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

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

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

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

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

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

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

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