Html Css Color HEX #134560 Astronaut Blue

📋 copy color: '#134560'

red 19 ◦ green 69 ◦ blue 96

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

Shades of Astronaut Blue #134560

Tints of Astronaut Blue #134560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.17%

R = 10.33%
G = 37.5%
B = 52.17%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134560 (or 0x134560) is known color: Astronaut Blue. HEX triplet: 13, 45 and 60. RGB value is (19,69,96). Sum of RGB (Red+Green+Blue) = 19+69+96=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #134560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134560 is #ECBA9F. Grayscale: #383838. Windows color (decimal): -15514272 or 6309139. OLE color: 6309139.

HSL color Cylindrical-coordinate representation of color #134560: hue angle of 201.04º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134560 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 69 96 -
CMYK 0.80 0.28 0 0.62
HSL 201.04º 0.67% 0.23% -
HSV(B) 201.04º 0.8% 0.38% -
XYZ 4.51 5.24 11.84 -
YUV 57.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 19 69 96 0.80 0.28 0 0.62 201.04 0.67 0.23
Hex 13 45 60 50 1C 0 3E C9 43 17
Octal 23 105 140 120 34 0 76 311 103 27
Binary 10011 1000101 1100000 1010000 11100 0 111110 11001001 1000011 10111

Color Harmonies of #134560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134560

Black with #134560

Text Example


Text Example

White with #134560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134560; }

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

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

background-color css

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

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

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

border-color css

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

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

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