#134255

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

Shades of Astronaut Blue #134255

Tints of Astronaut Blue #134255

Color information

#134255 (or 0x134255) is unknown color: approx Astronaut Blue. HEX triplet: 13, 42 and 55. RGB value is (19,66,85). Sum of RGB (Red+Green+Blue) = 19+66+85=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #134255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134255 is #ECBDAA. Grayscale: #353535. Windows color (decimal): -15515051 or 5587475. OLE color: 5587475.

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

Color convert

RGB196685-
CMYK0.780.2200.67
HSL197.27º63.46%20.39%-
HSV(B)197.27º77.65%33.33%-
XYZ3.864.699.3-
YUV54.11145.43102.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 85 (33.59% from 255) = 50%
R=11.18%
G=38.82%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1966850.780.2200.67197.2763.4620.39
Hex1342554E16043c53f14
Octal231021251162601033057724
Binary1001110000101010101100111010110010000111100010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134255; }

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

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

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

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

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

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

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

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