Html Css Color HEX #134659 Astronaut Blue

📋 copy color: '#134659'

red 19 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #134659

Tints of Astronaut Blue #134659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

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

R = 10.67%
G = 39.33%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134659 (or 0x134659) is known color: Astronaut Blue. HEX triplet: 13, 46 and 59. RGB value is (19,70,89). Sum of RGB (Red+Green+Blue) = 19+70+89=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #134659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134659 is #ECB9A6. Grayscale: #383838. Windows color (decimal): -15514023 or 5850643. OLE color: 5850643.

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

Color convert

RGB 19 70 89 -
CMYK 0.79 0.21 0 0.65
HSL 196.29º 0.65% 0.21% -
HSV(B) 196.29º 0.79% 0.35% -
XYZ 4.26 5.24 10.24 -
YUV 56.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 19 70 89 0.79 0.21 0 0.65 196.29 0.65 0.21
Hex 13 46 59 4F 15 0 41 C4 41 15
Octal 23 106 131 117 25 0 101 304 101 25
Binary 10011 1000110 1011001 1001111 10101 0 1000001 11000100 1000001 10101

Color Harmonies of #134659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134659

Black with #134659

Text Example


Text Example

White with #134659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134659; }

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

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

background-color css

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

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

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

border-color css

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

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

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