Html Css Color HEX #134557 Astronaut Blue

📋 copy color: '#134557'

red 19 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #134557

Tints of Astronaut Blue #134557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

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

R = 10.86%
G = 39.43%
B = 49.71%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134557 (or 0x134557) is known color: Astronaut Blue. HEX triplet: 13, 45 and 57. RGB value is (19,69,87). Sum of RGB (Red+Green+Blue) = 19+69+87=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #134557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134557 is #ECBAA8. Grayscale: #373737. Windows color (decimal): -15514281 or 5719315. OLE color: 5719315.

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

Color convert

RGB 19 69 87 -
CMYK 0.78 0.21 0 0.66
HSL 195.88º 0.64% 0.21% -
HSV(B) 195.88º 0.78% 0.34% -
XYZ 4.12 5.08 9.78 -
YUV 56.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 19 69 87 0.78 0.21 0 0.66 195.88 0.64 0.21
Hex 13 45 57 4E 15 0 42 C4 40 15
Octal 23 105 127 116 25 0 102 304 100 25
Binary 10011 1000101 1010111 1001110 10101 0 1000010 11000100 1000000 10101

Color Harmonies of #134557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134557

Black with #134557

Text Example


Text Example

White with #134557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134557; }

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

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

background-color css

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

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

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

border-color css

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

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

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