Html Css Color HEX #107991 Eastern Blue

📋 copy color: '#107991'

red 16 ◦ green 121 ◦ blue 145

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

Shades of Eastern Blue #107991

Tints of Eastern Blue #107991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.42%

R = 5.67%
G = 42.91%
B = 51.42%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#107991 (or 0x107991) is known color: Eastern Blue. HEX triplet: 10, 79 and 91. RGB value is (16,121,145). Sum of RGB (Red+Green+Blue) = 16+121+145=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #107991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107991 is #EF866E. Grayscale: #5C5C5C. Windows color (decimal): -15697519 or 9533712. OLE color: 9533712.

HSL color Cylindrical-coordinate representation of color #107991: hue angle of 191.16º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107991 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 121 145 -
CMYK 0.89 0.17 0 0.43
HSL 191.16º 0.8% 0.32% -
HSV(B) 191.16º 0.89% 0.57% -
XYZ 12.16 15.83 29.2 -
YUV 92.34 157.71 73.55 -
System Red Green Blue C M Y K H S L
Decimal 16 121 145 0.89 0.17 0 0.43 191.16 0.8 0.32
Hex 10 79 91 59 11 0 2B BF 50 20
Octal 20 171 221 131 21 0 53 277 120 40
Binary 10000 1111001 10010001 1011001 10001 0 101011 10111111 1010000 100000

Color Harmonies of #107991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107991

Black with #107991

Text Example


Text Example

White with #107991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107991; }

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

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

background-color css

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

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

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

border-color css

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

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

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