#134B5C

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

Shades of Astronaut Blue #134B5C

Tints of Astronaut Blue #134B5C

Color information

#134B5C (or 0x134B5C) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4B and 5C. RGB value is (19,75,92). Sum of RGB (Red+Green+Blue) = 19+75+92=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #134B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B5C is #ECB4A3. Grayscale: #3C3C3C. Windows color (decimal): -15512740 or 6048531. OLE color: 6048531.

HSL color Cylindrical-coordinate representation of color #134B5C: hue angle of 193.97º degrees, saturation: 0.66, 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 #134B5C is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB197592-
CMYK0.790.1800.64
HSL193.97º65.77%21.76%-
HSV(B)193.97º79.35%36.08%-
XYZ4.725.9411.02-
YUV60.19145.9598.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=10.22%
G=40.32%
B=49.46%

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
Decimal1975920.790.1800.64193.9765.7721.76
Hex134B5C4F12040c24216
Octal2311313411722010030210226
Binary10011100101110111001001111100100100000011000010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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