Html Css Color HEX #134E5E Astronaut Blue

📋 copy color: '#134E5E'

red 19 ◦ green 78 ◦ blue 94

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

Shades of Astronaut Blue #134E5E

Tints of Astronaut Blue #134E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 94 (37.11% from 255) = 49.21%

R = 9.95%
G = 40.84%
B = 49.21%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#134E5E (or 0x134E5E) is known color: Astronaut Blue. HEX triplet: 13, 4E and 5E. RGB value is (19,78,94). Sum of RGB (Red+Green+Blue) = 19+78+94=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #134E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E5E is #ECB1A1. Grayscale: #3E3E3E. Windows color (decimal): -15511970 or 6180371. OLE color: 6180371.

HSL color Cylindrical-coordinate representation of color #134E5E: hue angle of 192.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134E5E is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 78 94 -
CMYK 0.80 0.17 0 0.63
HSL 192.8º 0.66% 0.22% -
HSV(B) 192.8º 0.8% 0.37% -
XYZ 5.01 6.4 11.56 -
YUV 62.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 19 78 94 0.80 0.17 0 0.63 192.8 0.66 0.22
Hex 13 4E 5E 50 11 0 3F C1 42 16
Octal 23 116 136 120 21 0 77 301 102 26
Binary 10011 1001110 1011110 1010000 10001 0 111111 11000001 1000010 10110

Color Harmonies of #134E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E5E

Black with #134E5E

Text Example


Text Example

White with #134E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134E5E; }

 p { color: rgb(19,78,94); }

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

background-color css

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

 a { background-color: rgb(19,78,94); }

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

border-color css

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

 span { border-color: rgb(19,78,94); }

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