Html Css Color HEX #134757 Astronaut Blue

📋 copy color: '#134757'

red 19 ◦ green 71 ◦ blue 87

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

Shades of Astronaut Blue #134757

Tints of Astronaut Blue #134757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 49.15%

R = 10.73%
G = 40.11%
B = 49.15%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134757 (or 0x134757) is known color: Astronaut Blue. HEX triplet: 13, 47 and 57. RGB value is (19,71,87). Sum of RGB (Red+Green+Blue) = 19+71+87=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #134757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134757 is #ECB8A8. Grayscale: #393939. Windows color (decimal): -15513769 or 5719827. OLE color: 5719827.

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

Color convert

RGB 19 71 87 -
CMYK 0.78 0.18 0 0.66
HSL 194.12º 0.64% 0.21% -
HSV(B) 194.12º 0.78% 0.34% -
XYZ 4.24 5.33 9.82 -
YUV 57.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 19 71 87 0.78 0.18 0 0.66 194.12 0.64 0.21
Hex 13 47 57 4E 12 0 42 C2 40 15
Octal 23 107 127 116 22 0 102 302 100 25
Binary 10011 1000111 1010111 1001110 10010 0 1000010 11000010 1000000 10101

Color Harmonies of #134757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134757

Black with #134757

Text Example


Text Example

White with #134757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134757; }

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

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

background-color css

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

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

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

border-color css

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

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

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