Html Css Color HEX #134561 Astronaut Blue

📋 copy color: '#134561'

red 19 ◦ green 69 ◦ blue 97

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

Shades of Astronaut Blue #134561

Tints of Astronaut Blue #134561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.43%

R = 10.27%
G = 37.3%
B = 52.43%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134561 (or 0x134561) is known color: Astronaut Blue. HEX triplet: 13, 45 and 61. RGB value is (19,69,97). Sum of RGB (Red+Green+Blue) = 19+69+97=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #134561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134561 is #ECBA9E. Grayscale: #393939. Windows color (decimal): -15514271 or 6374675. OLE color: 6374675.

HSL color Cylindrical-coordinate representation of color #134561: hue angle of 201.54º 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 #134561 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 69 97 -
CMYK 0.80 0.29 0 0.62
HSL 201.54º 0.67% 0.23% -
HSV(B) 201.54º 0.8% 0.38% -
XYZ 4.55 5.26 12.08 -
YUV 57.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 19 69 97 0.80 0.29 0 0.62 201.54 0.67 0.23
Hex 13 45 61 50 1D 0 3E CA 43 17
Octal 23 105 141 120 35 0 76 312 103 27
Binary 10011 1000101 1100001 1010000 11101 0 111110 11001010 1000011 10111

Color Harmonies of #134561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134561

Black with #134561

Text Example


Text Example

White with #134561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134561; }

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

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

background-color css

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

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

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

border-color css

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

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

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