Html Css Color HEX #107996 Eastern Blue

📋 copy color: '#107996'

red 16 ◦ green 121 ◦ blue 150

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

Shades of Eastern Blue #107996

Tints of Eastern Blue #107996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 5.57%
G = 42.16%
B = 52.26%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#107996 (or 0x107996) is known color: Eastern Blue. HEX triplet: 10, 79 and 96. RGB value is (16,121,150). Sum of RGB (Red+Green+Blue) = 16+121+150=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #107996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107996 is #EF8669. Grayscale: #5C5C5C. Windows color (decimal): -15697514 or 9861392. OLE color: 9861392.

HSL color Cylindrical-coordinate representation of color #107996: hue angle of 192.99º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107996 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 121 150 -
CMYK 0.89 0.19 0 0.41
HSL 192.99º 0.81% 0.33% -
HSV(B) 192.99º 0.89% 0.59% -
XYZ 12.56 15.99 31.28 -
YUV 92.91 160.21 73.14 -
System Red Green Blue C M Y K H S L
Decimal 16 121 150 0.89 0.19 0 0.41 192.99 0.81 0.33
Hex 10 79 96 59 13 0 29 C1 51 21
Octal 20 171 226 131 23 0 51 301 121 41
Binary 10000 1111001 10010110 1011001 10011 0 101001 11000001 1010001 100001

Color Harmonies of #107996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107996

Black with #107996

Text Example


Text Example

White with #107996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107996; }

 p { color: rgb(16,121,150); }

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

background-color css

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

 a { background-color: rgb(16,121,150); }

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

border-color css

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

 span { border-color: rgb(16,121,150); }

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