Html Css Color HEX #134657 Astronaut Blue

📋 copy color: '#134657'

red 19 ◦ green 70 ◦ blue 87

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

Shades of Astronaut Blue #134657

Tints of Astronaut Blue #134657

RGB

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

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

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

R = 10.8%
G = 39.77%
B = 49.43%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134657 (or 0x134657) is known color: Astronaut Blue. HEX triplet: 13, 46 and 57. RGB value is (19,70,87). Sum of RGB (Red+Green+Blue) = 19+70+87=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #134657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134657 is #ECB9A8. Grayscale: #383838. Windows color (decimal): -15514025 or 5719571. OLE color: 5719571.

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

Color convert

RGB 19 70 87 -
CMYK 0.78 0.20 0 0.66
HSL 195º 0.64% 0.21% -
HSV(B) 195º 0.78% 0.34% -
XYZ 4.18 5.21 9.8 -
YUV 56.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 19 70 87 0.78 0.20 0 0.66 195 0.64 0.21
Hex 13 46 57 4E 14 0 42 C3 40 15
Octal 23 106 127 116 24 0 102 303 100 25
Binary 10011 1000110 1010111 1001110 10100 0 1000010 11000011 1000000 10101

Color Harmonies of #134657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134657

Black with #134657

Text Example


Text Example

White with #134657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134657; }

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

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

background-color css

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

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

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

border-color css

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

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

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