Html Css Color HEX #134056 Astronaut Blue

📋 copy color: '#134056'

red 19 ◦ green 64 ◦ blue 86

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

Shades of Astronaut Blue #134056

Tints of Astronaut Blue #134056

RGB

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

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

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

R = 11.24%
G = 37.87%
B = 50.89%

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

#134056 (or 0x134056) is known color: Astronaut Blue. HEX triplet: 13, 40 and 56. RGB value is (19,64,86). Sum of RGB (Red+Green+Blue) = 19+64+86=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #134056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134056 is #ECBFA9. Grayscale: #343434. Windows color (decimal): -15515562 or 5652499. OLE color: 5652499.

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

Color convert

RGB 19 64 86 -
CMYK 0.78 0.26 0 0.66
HSL 199.7º 0.64% 0.21% -
HSV(B) 199.7º 0.78% 0.34% -
XYZ 3.78 4.48 9.47 -
YUV 53.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 19 64 86 0.78 0.26 0 0.66 199.7 0.64 0.21
Hex 13 40 56 4E 1A 0 42 C8 40 15
Octal 23 100 126 116 32 0 102 310 100 25
Binary 10011 1000000 1010110 1001110 11010 0 1000010 11001000 1000000 10101

Color Harmonies of #134056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134056

Black with #134056

Text Example


Text Example

White with #134056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134056; }

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

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

background-color css

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

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

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

border-color css

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

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

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