Html Css Color HEX #134E60 Astronaut Blue

📋 copy color: '#134E60'

red 19 ◦ green 78 ◦ blue 96

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

Shades of Astronaut Blue #134E60

Tints of Astronaut Blue #134E60

RGB

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

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

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

R = 9.84%
G = 40.41%
B = 49.74%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#134E60 (or 0x134E60) is known color: Astronaut Blue. HEX triplet: 13, 4E and 60. RGB value is (19,78,96). Sum of RGB (Red+Green+Blue) = 19+78+96=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #134E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E60 is #ECB19F. Grayscale: #3E3E3E. Windows color (decimal): -15511968 or 6311443. OLE color: 6311443.

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

Color convert

RGB 19 78 96 -
CMYK 0.80 0.19 0 0.62
HSL 194.03º 0.67% 0.23% -
HSV(B) 194.03º 0.8% 0.38% -
XYZ 5.1 6.43 12.04 -
YUV 62.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 19 78 96 0.80 0.19 0 0.62 194.03 0.67 0.23
Hex 13 4E 60 50 13 0 3E C2 43 17
Octal 23 116 140 120 23 0 76 302 103 27
Binary 10011 1001110 1100000 1010000 10011 0 111110 11000010 1000011 10111

Color Harmonies of #134E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E60

Black with #134E60

Text Example


Text Example

White with #134E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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