#134E63

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

Shades of Astronaut Blue #134E63

Tints of Astronaut Blue #134E63

Color information

#134E63 (or 0x134E63) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4E and 63. RGB value is (19,78,99). Sum of RGB (Red+Green+Blue) = 19+78+99=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #134E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E63 is #ECB19C. Grayscale: #3E3E3E. Windows color (decimal): -15511965 or 6508051. OLE color: 6508051.

HSL color Cylindrical-coordinate representation of color #134E63: hue angle of 195.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134E63 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB197899-
CMYK0.810.2100.61
HSL195.75º67.8%23.14%-
HSV(B)195.75º80.81%38.82%-
XYZ5.256.4912.78-
YUV62.75148.4596.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=9.69%
G=39.80%
B=50.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1978990.810.2100.61195.7567.823.14
Hex134E63511503Dc44417
Octal231161431212507530410427
Binary1001110011101100011101000110101011110111000100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134E63; }

 p { color: rgb(19,78,99); }

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

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

 a { background-color: rgb(19,78,99); }

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

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

 span { border-color: rgb(19,78,99); }

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