#134B5B

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

Shades of Astronaut Blue #134B5B

Tints of Astronaut Blue #134B5B

Color information

#134B5B (or 0x134B5B) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4B and 5B. RGB value is (19,75,91). Sum of RGB (Red+Green+Blue) = 19+75+91=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #134B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B5B is #ECB4A4. Grayscale: #3B3B3B. Windows color (decimal): -15512741 or 5982995. OLE color: 5982995.

HSL color Cylindrical-coordinate representation of color #134B5B: hue angle of 193.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134B5B is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB197591-
CMYK0.790.1800.64
HSL193.33º65.45%21.57%-
HSV(B)193.33º79.12%35.69%-
XYZ4.675.9310.8-
YUV60.08145.4598.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=10.27%
G=40.54%
B=49.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1975910.790.1800.64193.3365.4521.57
Hex134B5B4F12040c14116
Octal2311313311722010030110126
Binary10011100101110110111001111100100100000011000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,75,91); }

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

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

 a { background-color: rgb(19,75,91); }

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

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

 span { border-color: rgb(19,75,91); }

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