Html Css Color HEX #134D6C Astronaut Blue

📋 copy color: '#134D6C'

red 19 ◦ green 77 ◦ blue 108

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

Shades of Astronaut Blue #134D6C

Tints of Astronaut Blue #134D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.75%

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 9.31%
G = 37.75%
B = 52.94%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#134D6C (or 0x134D6C) is known color: Astronaut Blue. HEX triplet: 13, 4D and 6C. RGB value is (19,77,108). Sum of RGB (Red+Green+Blue) = 19+77+108=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #134D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D6C is #ECB293. Grayscale: #3F3F3F. Windows color (decimal): -15512212 or 7097619. OLE color: 7097619.

HSL color Cylindrical-coordinate representation of color #134D6C: hue angle of 200.9º 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 #134D6C is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 77 108 -
CMYK 0.82 0.29 0 0.58
HSL 200.9º 0.7% 0.25% -
HSV(B) 200.9º 0.82% 0.42% -
XYZ 5.63 6.53 15.15 -
YUV 63.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 19 77 108 0.82 0.29 0 0.58 200.9 0.7 0.25
Hex 13 4D 6C 52 1D 0 3A C9 46 19
Octal 23 115 154 122 35 0 72 311 106 31
Binary 10011 1001101 1101100 1010010 11101 0 111010 11001001 1000110 11001

Color Harmonies of #134D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D6C

Black with #134D6C

Text Example


Text Example

White with #134D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,108); }

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

background-color css

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

 a { background-color: rgb(19,77,108); }

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

border-color css

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

 span { border-color: rgb(19,77,108); }

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