Html Css Color HEX #134A60 Astronaut Blue

📋 copy color: '#134A60'

red 19 ◦ green 74 ◦ blue 96

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

Shades of Astronaut Blue #134A60

Tints of Astronaut Blue #134A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 10.05%
G = 39.15%
B = 50.79%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134A60 (or 0x134A60) is known color: Astronaut Blue. HEX triplet: 13, 4A and 60. RGB value is (19,74,96). Sum of RGB (Red+Green+Blue) = 19+74+96=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #134A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A60 is #ECB59F. Grayscale: #3B3B3B. Windows color (decimal): -15512992 or 6310419. OLE color: 6310419.

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

Color convert

RGB 19 74 96 -
CMYK 0.80 0.23 0 0.62
HSL 197.14º 0.67% 0.23% -
HSV(B) 197.14º 0.8% 0.38% -
XYZ 4.83 5.88 11.95 -
YUV 60.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 19 74 96 0.80 0.23 0 0.62 197.14 0.67 0.23
Hex 13 4A 60 50 17 0 3E C5 43 17
Octal 23 112 140 120 27 0 76 305 103 27
Binary 10011 1001010 1100000 1010000 10111 0 111110 11000101 1000011 10111

Color Harmonies of #134A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A60

Black with #134A60

Text Example


Text Example

White with #134A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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