Html Css Color HEX #134756 Astronaut Blue

📋 copy color: '#134756'

red 19 ◦ green 71 ◦ blue 86

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

Shades of Astronaut Blue #134756

Tints of Astronaut Blue #134756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.86%

R = 10.8%
G = 40.34%
B = 48.86%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134756 (or 0x134756) is known color: Astronaut Blue. HEX triplet: 13, 47 and 56. RGB value is (19,71,86). Sum of RGB (Red+Green+Blue) = 19+71+86=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #134756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134756 is #ECB8A9. Grayscale: #393939. Windows color (decimal): -15513770 or 5654291. OLE color: 5654291.

HSL color Cylindrical-coordinate representation of color #134756: hue angle of 193.43º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134756 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 71 86 -
CMYK 0.78 0.17 0 0.66
HSL 193.43º 0.64% 0.21% -
HSV(B) 193.43º 0.78% 0.34% -
XYZ 4.2 5.32 9.61 -
YUV 57.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 19 71 86 0.78 0.17 0 0.66 193.43 0.64 0.21
Hex 13 47 56 4E 11 0 42 C1 40 15
Octal 23 107 126 116 21 0 102 301 100 25
Binary 10011 1000111 1010110 1001110 10001 0 1000010 11000001 1000000 10101

Color Harmonies of #134756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134756

Black with #134756

Text Example


Text Example

White with #134756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134756; }

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

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

background-color css

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

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

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

border-color css

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

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

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