Html Css Color HEX #134159 Astronaut Blue

📋 copy color: '#134159'

red 19 ◦ green 65 ◦ blue 89

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

Shades of Astronaut Blue #134159

Tints of Astronaut Blue #134159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 10.98%
G = 37.57%
B = 51.45%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134159 (or 0x134159) is known color: Astronaut Blue. HEX triplet: 13, 41 and 59. RGB value is (19,65,89). Sum of RGB (Red+Green+Blue) = 19+65+89=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #134159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134159 is #ECBEA6. Grayscale: #353535. Windows color (decimal): -15515303 or 5849363. OLE color: 5849363.

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

Color convert

RGB 19 65 89 -
CMYK 0.79 0.27 0 0.65
HSL 200.57º 0.65% 0.21% -
HSV(B) 200.57º 0.79% 0.35% -
XYZ 3.96 4.64 10.14 -
YUV 53.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 19 65 89 0.79 0.27 0 0.65 200.57 0.65 0.21
Hex 13 41 59 4F 1B 0 41 C9 41 15
Octal 23 101 131 117 33 0 101 311 101 25
Binary 10011 1000001 1011001 1001111 11011 0 1000001 11001001 1000001 10101

Color Harmonies of #134159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134159

Black with #134159

Text Example


Text Example

White with #134159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134159; }

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

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

background-color css

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

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

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

border-color css

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

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

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