Html Css Color HEX #134459 Astronaut Blue

📋 copy color: '#134459'

red 19 ◦ green 68 ◦ blue 89

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

Shades of Astronaut Blue #134459

Tints of Astronaut Blue #134459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.64%

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

R = 10.8%
G = 38.64%
B = 50.57%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134459 (or 0x134459) is known color: Astronaut Blue. HEX triplet: 13, 44 and 59. RGB value is (19,68,89). Sum of RGB (Red+Green+Blue) = 19+68+89=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #134459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134459 is #ECBBA6. Grayscale: #373737. Windows color (decimal): -15514535 or 5850131. OLE color: 5850131.

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

Color convert

RGB 19 68 89 -
CMYK 0.79 0.24 0 0.65
HSL 198º 0.65% 0.21% -
HSV(B) 198º 0.79% 0.35% -
XYZ 4.14 4.99 10.2 -
YUV 55.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 19 68 89 0.79 0.24 0 0.65 198 0.65 0.21
Hex 13 44 59 4F 18 0 41 C6 41 15
Octal 23 104 131 117 30 0 101 306 101 25
Binary 10011 1000100 1011001 1001111 11000 0 1000001 11000110 1000001 10101

Color Harmonies of #134459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134459

Black with #134459

Text Example


Text Example

White with #134459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134459; }

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

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

background-color css

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

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

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

border-color css

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

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

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