Html Css Color HEX #11907D Observatory

📋 copy color: '#11907D'

red 17 ◦ green 144 ◦ blue 125

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

Shades of Observatory #11907D

Tints of Observatory #11907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.35%

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

R = 5.94%
G = 50.35%
B = 43.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#11907D (or 0x11907D) is known color: Observatory. HEX triplet: 11, 90 and 7D. RGB value is (17,144,125). Sum of RGB (Red+Green+Blue) = 17+144+125=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #11907D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11907D is #EE6F82. Grayscale: #676767. Windows color (decimal): -15626115 or 8228881. OLE color: 8228881.

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

Color convert

RGB 17 144 125 -
CMYK 0.88 0 0.13 0.44
HSL 171.02º 0.79% 0.32% -
HSV(B) 171.02º 0.88% 0.56% -
XYZ 13.91 21.55 22.83 -
YUV 103.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 17 144 125 0.88 0 0.13 0.44 171.02 0.79 0.32
Hex 11 90 7D 58 0 D 2C AB 4F 20
Octal 21 220 175 130 0 15 54 253 117 40
Binary 10001 10010000 1111101 1011000 0 1101 101100 10101011 1001111 100000

Color Harmonies of #11907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11907D

Black with #11907D

Text Example


Text Example

White with #11907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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