Html Css Color HEX #134760 Astronaut Blue

📋 copy color: '#134760'

red 19 ◦ green 71 ◦ blue 96

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

Shades of Astronaut Blue #134760

Tints of Astronaut Blue #134760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.17%

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

R = 10.22%
G = 38.17%
B = 51.61%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134760 (or 0x134760) is known color: Astronaut Blue. HEX triplet: 13, 47 and 60. RGB value is (19,71,96). Sum of RGB (Red+Green+Blue) = 19+71+96=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #134760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134760 is #ECB89F. Grayscale: #3A3A3A. Windows color (decimal): -15513760 or 6309651. OLE color: 6309651.

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

Color convert

RGB 19 71 96 -
CMYK 0.80 0.26 0 0.62
HSL 199.48º 0.67% 0.23% -
HSV(B) 199.48º 0.8% 0.38% -
XYZ 4.63 5.49 11.88 -
YUV 58.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 19 71 96 0.80 0.26 0 0.62 199.48 0.67 0.23
Hex 13 47 60 50 1A 0 3E C7 43 17
Octal 23 107 140 120 32 0 76 307 103 27
Binary 10011 1000111 1100000 1010000 11010 0 111110 11000111 1000011 10111

Color Harmonies of #134760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134760

Black with #134760

Text Example


Text Example

White with #134760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134760; }

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

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

background-color css

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

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

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

border-color css

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

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

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