Html Css Color HEX #134959 Astronaut Blue

📋 copy color: '#134959'

red 19 ◦ green 73 ◦ blue 89

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

Shades of Astronaut Blue #134959

Tints of Astronaut Blue #134959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.33%

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

R = 10.5%
G = 40.33%
B = 49.17%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134959 (or 0x134959) is known color: Astronaut Blue. HEX triplet: 13, 49 and 59. RGB value is (19,73,89). Sum of RGB (Red+Green+Blue) = 19+73+89=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #134959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134959 is #ECB6A6. Grayscale: #3A3A3A. Windows color (decimal): -15513255 or 5851411. OLE color: 5851411.

HSL color Cylindrical-coordinate representation of color #134959: hue angle of 193.71º 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 #134959 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 73 89 -
CMYK 0.79 0.18 0 0.65
HSL 193.71º 0.65% 0.21% -
HSV(B) 193.71º 0.79% 0.35% -
XYZ 4.45 5.62 10.3 -
YUV 58.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 19 73 89 0.79 0.18 0 0.65 193.71 0.65 0.21
Hex 13 49 59 4F 12 0 41 C2 41 15
Octal 23 111 131 117 22 0 101 302 101 25
Binary 10011 1001001 1011001 1001111 10010 0 1000001 11000010 1000001 10101

Color Harmonies of #134959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134959

Black with #134959

Text Example


Text Example

White with #134959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134959; }

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

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

background-color css

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

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

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

border-color css

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

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

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