#134555

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

Shades of Astronaut Blue #134555

Tints of Astronaut Blue #134555

Color information

#134555 (or 0x134555) is unknown color: approx Astronaut Blue. HEX triplet: 13, 45 and 55. RGB value is (19,69,85). Sum of RGB (Red+Green+Blue) = 19+69+85=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #134555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134555 is #ECBAAA. Grayscale: #373737. Windows color (decimal): -15514283 or 5588243. OLE color: 5588243.

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

Color convert

RGB196985-
CMYK0.780.1900.67
HSL194.55º63.46%20.39%-
HSV(B)194.55º77.65%33.33%-
XYZ4.045.059.36-
YUV55.87144.44101.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=10.98%
G=39.88%
B=49.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1969850.780.1900.67194.5563.4620.39
Hex1345554E13043c33f14
Octal231051251162301033037724
Binary1001110001011010101100111010011010000111100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134555; }

 p { color: rgb(19,69,85); }

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

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

 a { background-color: rgb(19,69,85); }

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

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

 span { border-color: rgb(19,69,85); }

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