Html Css Color HEX #134E6A Astronaut Blue

📋 copy color: '#134E6A'

red 19 ◦ green 78 ◦ blue 106

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

Shades of Astronaut Blue #134E6A

Tints of Astronaut Blue #134E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 52.22%

R = 9.36%
G = 38.42%
B = 52.22%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#134E6A (or 0x134E6A) is known color: Astronaut Blue. HEX triplet: 13, 4E and 6A. RGB value is (19,78,106). Sum of RGB (Red+Green+Blue) = 19+78+106=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #134E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E6A is #ECB195. Grayscale: #3F3F3F. Windows color (decimal): -15511958 or 6966803. OLE color: 6966803.

HSL color Cylindrical-coordinate representation of color #134E6A: hue angle of 199.31º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134E6A is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 78 106 -
CMYK 0.82 0.26 0 0.58
HSL 199.31º 0.7% 0.25% -
HSV(B) 199.31º 0.82% 0.42% -
XYZ 5.59 6.63 14.62 -
YUV 63.55 151.95 96.22 -
System Red Green Blue C M Y K H S L
Decimal 19 78 106 0.82 0.26 0 0.58 199.31 0.7 0.25
Hex 13 4E 6A 52 1A 0 3A C7 46 19
Octal 23 116 152 122 32 0 72 307 106 31
Binary 10011 1001110 1101010 1010010 11010 0 111010 11000111 1000110 11001

Color Harmonies of #134E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E6A

Black with #134E6A

Text Example


Text Example

White with #134E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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