Html Css Color HEX #11927D Observatory

📋 copy color: '#11927D'

red 17 ◦ green 146 ◦ blue 125

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

Shades of Observatory #11927D

Tints of Observatory #11927D

RGB

 RED value IS 17 (7.03% from 255) = 5.9%

 GREEN value IS 146 (57.42% from 255) = 50.69%

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 5.9%
G = 50.69%
B = 43.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#11927D (or 0x11927D) is known color: Observatory. HEX triplet: 11, 92 and 7D. RGB value is (17,146,125). Sum of RGB (Red+Green+Blue) = 17+146+125=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #11927D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11927D is #EE6D82. Grayscale: #686868. Windows color (decimal): -15625603 or 8229393. OLE color: 8229393.

HSL color Cylindrical-coordinate representation of color #11927D: hue angle of 170.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11927D is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 146 125 -
CMYK 0.88 0 0.14 0.43
HSL 170.23º 0.79% 0.32% -
HSV(B) 170.23º 0.88% 0.57% -
XYZ 14.21 22.16 22.93 -
YUV 105.04 139.26 65.21 -
System Red Green Blue C M Y K H S L
Decimal 17 146 125 0.88 0 0.14 0.43 170.23 0.79 0.32
Hex 11 92 7D 58 0 E 2B AA 4F 20
Octal 21 222 175 130 0 16 53 252 117 40
Binary 10001 10010010 1111101 1011000 0 1110 101011 10101010 1001111 100000

Color Harmonies of #11927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11927D

Black with #11927D

Text Example


Text Example

White with #11927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11927D; }

 p { color: rgb(17,146,125); }

 H1.HeaderClassName
 {
   color: #11927D;
 }
 .AnyTagClassName
 {
   color: #11927D;
 }
</style>

background-color css

<style>
 a { background-color: #11927D; }

 a { background-color: rgb(17,146,125); }

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

border-color css

<style>
 span { border-color: #11927D; }

 span { border-color: rgb(17,146,125); }

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