Html Css Color HEX #107994 Eastern Blue

📋 copy color: '#107994'

red 16 ◦ green 121 ◦ blue 148

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

Shades of Eastern Blue #107994

Tints of Eastern Blue #107994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 5.61%
G = 42.46%
B = 51.93%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107994 (or 0x107994) is known color: Eastern Blue. HEX triplet: 10, 79 and 94. RGB value is (16,121,148). Sum of RGB (Red+Green+Blue) = 16+121+148=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #107994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107994 is #EF866B. Grayscale: #5C5C5C. Windows color (decimal): -15697516 or 9730320. OLE color: 9730320.

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

Color convert

RGB 16 121 148 -
CMYK 0.89 0.18 0 0.42
HSL 192.27º 0.8% 0.32% -
HSV(B) 192.27º 0.89% 0.58% -
XYZ 12.4 15.92 30.44 -
YUV 92.68 159.21 73.3 -
System Red Green Blue C M Y K H S L
Decimal 16 121 148 0.89 0.18 0 0.42 192.27 0.8 0.32
Hex 10 79 94 59 12 0 2A C0 50 20
Octal 20 171 224 131 22 0 52 300 120 40
Binary 10000 1111001 10010100 1011001 10010 0 101010 11000000 1010000 100000

Color Harmonies of #107994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107994

Black with #107994

Text Example


Text Example

White with #107994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107994; }

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

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

background-color css

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

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

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

border-color css

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

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

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