#134055

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

Shades of Astronaut Blue #134055

Tints of Astronaut Blue #134055

Color information

#134055 (or 0x134055) is unknown color: approx Astronaut Blue. HEX triplet: 13, 40 and 55. RGB value is (19,64,85). Sum of RGB (Red+Green+Blue) = 19+64+85=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #134055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134055 is #ECBFAA. Grayscale: #343434. Windows color (decimal): -15515563 or 5586963. OLE color: 5586963.

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

Color convert

RGB196485-
CMYK0.780.2500.67
HSL199.09º63.46%20.39%-
HSV(B)199.09º77.65%33.33%-
XYZ3.744.469.26-
YUV52.94146.09103.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=11.31%
G=38.10%
B=50.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1964850.780.2500.67199.0963.4620.39
Hex1340554E19043c73f14
Octal231001251163101033077724
Binary1001110000001010101100111011001010000111100011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134055; }

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

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

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

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

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

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

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

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