Html Css Color HEX #134656 Astronaut Blue

📋 copy color: '#134656'

red 19 ◦ green 70 ◦ blue 86

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

Shades of Astronaut Blue #134656

Tints of Astronaut Blue #134656

RGB

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

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

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

R = 10.86%
G = 40%
B = 49.14%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134656 (or 0x134656) is known color: Astronaut Blue. HEX triplet: 13, 46 and 56. RGB value is (19,70,86). Sum of RGB (Red+Green+Blue) = 19+70+86=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #134656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134656 is #ECB9A9. Grayscale: #383838. Windows color (decimal): -15514026 or 5654035. OLE color: 5654035.

HSL color Cylindrical-coordinate representation of color #134656: hue angle of 194.33º 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 #134656 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 70 86 -
CMYK 0.78 0.19 0 0.66
HSL 194.33º 0.64% 0.21% -
HSV(B) 194.33º 0.78% 0.34% -
XYZ 4.14 5.19 9.59 -
YUV 56.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 19 70 86 0.78 0.19 0 0.66 194.33 0.64 0.21
Hex 13 46 56 4E 13 0 42 C2 40 15
Octal 23 106 126 116 23 0 102 302 100 25
Binary 10011 1000110 1010110 1001110 10011 0 1000010 11000010 1000000 10101

Color Harmonies of #134656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134656

Black with #134656

Text Example


Text Example

White with #134656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134656; }

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

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

background-color css

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

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

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

border-color css

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

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

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