Html Css Color HEX #134861 Astronaut Blue

📋 copy color: '#134861'

red 19 ◦ green 72 ◦ blue 97

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

Shades of Astronaut Blue #134861

Tints of Astronaut Blue #134861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

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

R = 10.11%
G = 38.3%
B = 51.6%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134861 (or 0x134861) is known color: Astronaut Blue. HEX triplet: 13, 48 and 61. RGB value is (19,72,97). Sum of RGB (Red+Green+Blue) = 19+72+97=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #134861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134861 is #ECB79E. Grayscale: #3A3A3A. Windows color (decimal): -15513503 or 6375443. OLE color: 6375443.

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

Color convert

RGB 19 72 97 -
CMYK 0.80 0.26 0 0.62
HSL 199.23º 0.67% 0.23% -
HSV(B) 199.23º 0.8% 0.38% -
XYZ 4.74 5.64 12.15 -
YUV 59 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 19 72 97 0.80 0.26 0 0.62 199.23 0.67 0.23
Hex 13 48 61 50 1A 0 3E C7 43 17
Octal 23 110 141 120 32 0 76 307 103 27
Binary 10011 1001000 1100001 1010000 11010 0 111110 11000111 1000011 10111

Color Harmonies of #134861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134861

Black with #134861

Text Example


Text Example

White with #134861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134861; }

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

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

background-color css

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

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

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

border-color css

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

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

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