Html Css Color HEX #134A61 Astronaut Blue

📋 copy color: '#134A61'

red 19 ◦ green 74 ◦ blue 97

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

Shades of Astronaut Blue #134A61

Tints of Astronaut Blue #134A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.95%

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

R = 10%
G = 38.95%
B = 51.05%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134A61 (or 0x134A61) is known color: Astronaut Blue. HEX triplet: 13, 4A and 61. RGB value is (19,74,97). Sum of RGB (Red+Green+Blue) = 19+74+97=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #134A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A61 is #ECB59E. Grayscale: #3C3C3C. Windows color (decimal): -15512991 or 6375955. OLE color: 6375955.

HSL color Cylindrical-coordinate representation of color #134A61: hue angle of 197.69º 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 #134A61 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 74 97 -
CMYK 0.80 0.24 0 0.62
HSL 197.69º 0.67% 0.23% -
HSV(B) 197.69º 0.8% 0.38% -
XYZ 4.88 5.9 12.19 -
YUV 60.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 19 74 97 0.80 0.24 0 0.62 197.69 0.67 0.23
Hex 13 4A 61 50 18 0 3E C6 43 17
Octal 23 112 141 120 30 0 76 306 103 27
Binary 10011 1001010 1100001 1010000 11000 0 111110 11000110 1000011 10111

Color Harmonies of #134A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A61

Black with #134A61

Text Example


Text Example

White with #134A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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