Html Css Color HEX #10907D Observatory

📋 copy color: '#10907D'

red 16 ◦ green 144 ◦ blue 125

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

Shades of Observatory #10907D

Tints of Observatory #10907D

RGB

 RED value IS 16 (6.64% from 255) = 5.61%

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

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

R = 5.61%
G = 50.53%
B = 43.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#10907D (or 0x10907D) is known color: Observatory. HEX triplet: 10, 90 and 7D. RGB value is (16,144,125). Sum of RGB (Red+Green+Blue) = 16+144+125=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #10907D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10907D is #EF6F82. Grayscale: #676767. Windows color (decimal): -15691651 or 8228880. OLE color: 8228880.

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

Color convert

RGB 16 144 125 -
CMYK 0.89 0 0.13 0.44
HSL 171.09º 0.8% 0.31% -
HSV(B) 171.09º 0.89% 0.56% -
XYZ 13.89 21.54 22.83 -
YUV 103.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 16 144 125 0.89 0 0.13 0.44 171.09 0.8 0.31
Hex 10 90 7D 59 0 D 2C AB 50 1F
Octal 20 220 175 131 0 15 54 253 120 37
Binary 10000 10010000 1111101 1011001 0 1101 101100 10101011 1010000 11111

Color Harmonies of #10907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10907D

Black with #10907D

Text Example


Text Example

White with #10907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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