Html Css Color HEX #134759 Astronaut Blue

📋 copy color: '#134759'

red 19 ◦ green 71 ◦ blue 89

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

Shades of Astronaut Blue #134759

Tints of Astronaut Blue #134759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.72%

R = 10.61%
G = 39.66%
B = 49.72%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134759 (or 0x134759) is known color: Astronaut Blue. HEX triplet: 13, 47 and 59. RGB value is (19,71,89). Sum of RGB (Red+Green+Blue) = 19+71+89=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #134759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134759 is #ECB8A6. Grayscale: #393939. Windows color (decimal): -15513767 or 5850899. OLE color: 5850899.

HSL color Cylindrical-coordinate representation of color #134759: hue angle of 195.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134759 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 71 89 -
CMYK 0.79 0.20 0 0.65
HSL 195.43º 0.65% 0.21% -
HSV(B) 195.43º 0.79% 0.35% -
XYZ 4.32 5.37 10.26 -
YUV 57.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 19 71 89 0.79 0.20 0 0.65 195.43 0.65 0.21
Hex 13 47 59 4F 14 0 41 C3 41 15
Octal 23 107 131 117 24 0 101 303 101 25
Binary 10011 1000111 1011001 1001111 10100 0 1000001 11000011 1000001 10101

Color Harmonies of #134759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134759

Black with #134759

Text Example


Text Example

White with #134759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134759; }

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

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

background-color css

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

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

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

border-color css

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

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

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