Html Css Color HEX #134057 Astronaut Blue

📋 copy color: '#134057'

red 19 ◦ green 64 ◦ blue 87

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

Shades of Astronaut Blue #134057

Tints of Astronaut Blue #134057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.65%

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

R = 11.18%
G = 37.65%
B = 51.18%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134057 (or 0x134057) is known color: Astronaut Blue. HEX triplet: 13, 40 and 57. RGB value is (19,64,87). Sum of RGB (Red+Green+Blue) = 19+64+87=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #134057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134057 is #ECBFA8. Grayscale: #353535. Windows color (decimal): -15515561 or 5718035. OLE color: 5718035.

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

Color convert

RGB 19 64 87 -
CMYK 0.78 0.26 0 0.66
HSL 200.29º 0.64% 0.21% -
HSV(B) 200.29º 0.78% 0.34% -
XYZ 3.82 4.49 9.68 -
YUV 53.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 19 64 87 0.78 0.26 0 0.66 200.29 0.64 0.21
Hex 13 40 57 4E 1A 0 42 C8 40 15
Octal 23 100 127 116 32 0 102 310 100 25
Binary 10011 1000000 1010111 1001110 11010 0 1000010 11001000 1000000 10101

Color Harmonies of #134057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134057

Black with #134057

Text Example


Text Example

White with #134057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134057; }

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

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

background-color css

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

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

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

border-color css

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

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

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