Html Css Color HEX #13917F Observatory

📋 copy color: '#13917F'

red 19 ◦ green 145 ◦ blue 127

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

Shades of Observatory #13917F

Tints of Observatory #13917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

 BLUE value IS 127 (50% from 255) = 43.64%

R = 6.53%
G = 49.83%
B = 43.64%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#13917F (or 0x13917F) is known color: Observatory. HEX triplet: 13, 91 and 7F. RGB value is (19,145,127). Sum of RGB (Red+Green+Blue) = 19+145+127=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #13917F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13917F is #EC6E80. Grayscale: #696969. Windows color (decimal): -15494785 or 8360211. OLE color: 8360211.

HSL color Cylindrical-coordinate representation of color #13917F: hue angle of 171.43º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13917F is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 127 -
CMYK 0.87 0 0.12 0.43
HSL 171.43º 0.77% 0.32% -
HSV(B) 171.43º 0.87% 0.57% -
XYZ 14.22 21.92 23.56 -
YUV 105.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 19 145 127 0.87 0 0.12 0.43 171.43 0.77 0.32
Hex 13 91 7F 57 0 C 2B AB 4D 20
Octal 23 221 177 127 0 14 53 253 115 40
Binary 10011 10010001 1111111 1010111 0 1100 101011 10101011 1001101 100000

Color Harmonies of #13917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13917F

Black with #13917F

Text Example


Text Example

White with #13917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13917F; }

 p { color: rgb(19,145,127); }

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

background-color css

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

 a { background-color: rgb(19,145,127); }

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

border-color css

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

 span { border-color: rgb(19,145,127); }

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