Html Css Color HEX #0D937B Observatory

📋 copy color: '#0D937B'

red 13 ◦ green 147 ◦ blue 123

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

Shades of Observatory #0D937B

Tints of Observatory #0D937B

RGB

 RED value IS 13 (5.47% from 255) = 4.59%

 GREEN value IS 147 (57.81% from 255) = 51.94%

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 4.59%
G = 51.94%
B = 43.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#0D937B (or 0x0D937B) is known color: Observatory. HEX triplet: 0D, 93 and 7B. RGB value is (13,147,123). Sum of RGB (Red+Green+Blue) = 13+147+123=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #0D937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D937B is #F26C84. Grayscale: #686868. Windows color (decimal): -15887493 or 8098573. OLE color: 8098573.

HSL color Cylindrical-coordinate representation of color #0D937B: hue angle of 169.25º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D937B is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 147 123 -
CMYK 0.91 0 0.16 0.42
HSL 169.25º 0.84% 0.31% -
HSV(B) 169.25º 0.91% 0.58% -
XYZ 14.17 22.38 22.31 -
YUV 104.2 138.61 62.95 -
System Red Green Blue C M Y K H S L
Decimal 13 147 123 0.91 0 0.16 0.42 169.25 0.84 0.31
Hex D 93 7B 5B 0 10 2A A9 54 1F
Octal 15 223 173 133 0 20 52 251 124 37
Binary 1101 10010011 1111011 1011011 0 10000 101010 10101001 1010100 11111

Color Harmonies of #0D937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D937B

Black with #0D937B

Text Example


Text Example

White with #0D937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D937B; }

 p { color: rgb(13,147,123); }

 H1.HeaderClassName
 {
   color: #0D937B;
 }
 .AnyTagClassName
 {
   color: #0D937B;
 }
</style>

background-color css

<style>
 a { background-color: #0D937B; }

 a { background-color: rgb(13,147,123); }

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

border-color css

<style>
 span { border-color: #0D937B; }

 span { border-color: rgb(13,147,123); }

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