Html Css Color HEX #134D5D Astronaut Blue

📋 copy color: '#134D5D'

red 19 ◦ green 77 ◦ blue 93

#134D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #134D5D

Tints of Astronaut Blue #134D5D

RGB

 RED value IS 19 (7.81% from 255) = 10.05%

 GREEN value IS 77 (30.47% from 255) = 40.74%

 BLUE value IS 93 (36.72% from 255) = 49.21%

R = 10.05%
G = 40.74%
B = 49.21%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#134D5D (or 0x134D5D) is known color: Astronaut Blue. HEX triplet: 13, 4D and 5D. RGB value is (19,77,93). Sum of RGB (Red+Green+Blue) = 19+77+93=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #134D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D5D is #ECB2A2. Grayscale: #3D3D3D. Windows color (decimal): -15512227 or 6114579. OLE color: 6114579.

HSL color Cylindrical-coordinate representation of color #134D5D: hue angle of 192.97º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134D5D is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 77 93 -
CMYK 0.80 0.17 0 0.64
HSL 192.97º 0.66% 0.22% -
HSV(B) 192.97º 0.8% 0.36% -
XYZ 4.9 6.24 11.3 -
YUV 61.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 19 77 93 0.80 0.17 0 0.64 192.97 0.66 0.22
Hex 13 4D 5D 50 11 0 40 C1 42 16
Octal 23 115 135 120 21 0 100 301 102 26
Binary 10011 1001101 1011101 1010000 10001 0 1000000 11000001 1000010 10110

Color Harmonies of #134D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D5D

Black with #134D5D

Text Example


Text Example

White with #134D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,93); }

 H1.HeaderClassName
 {
   color: #134D5D;
 }
 .AnyTagClassName
 {
   color: #134D5D;
 }
</style>

background-color css

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

 a { background-color: rgb(19,77,93); }

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

border-color css

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

 span { border-color: rgb(19,77,93); }

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