Html Css Color HEX #134D61 Astronaut Blue

📋 copy color: '#134D61'

red 19 ◦ green 77 ◦ blue 97

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

Shades of Astronaut Blue #134D61

Tints of Astronaut Blue #134D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 9.84%
G = 39.9%
B = 50.26%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134D61 (or 0x134D61) is known color: Astronaut Blue. HEX triplet: 13, 4D and 61. RGB value is (19,77,97). Sum of RGB (Red+Green+Blue) = 19+77+97=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #134D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D61 is #ECB29E. Grayscale: #3D3D3D. Windows color (decimal): -15512223 or 6376723. OLE color: 6376723.

HSL color Cylindrical-coordinate representation of color #134D61: hue angle of 195.38º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134D61 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 77 97 -
CMYK 0.80 0.21 0 0.62
HSL 195.38º 0.67% 0.23% -
HSV(B) 195.38º 0.8% 0.38% -
XYZ 5.08 6.31 12.26 -
YUV 61.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 19 77 97 0.80 0.21 0 0.62 195.38 0.67 0.23
Hex 13 4D 61 50 15 0 3E C3 43 17
Octal 23 115 141 120 25 0 76 303 103 27
Binary 10011 1001101 1100001 1010000 10101 0 111110 11000011 1000011 10111

Color Harmonies of #134D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D61

Black with #134D61

Text Example


Text Example

White with #134D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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