Html Css Color HEX #107995 Eastern Blue

📋 copy color: '#107995'

red 16 ◦ green 121 ◦ blue 149

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

Shades of Eastern Blue #107995

Tints of Eastern Blue #107995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 5.59%
G = 42.31%
B = 52.1%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107995 (or 0x107995) is known color: Eastern Blue. HEX triplet: 10, 79 and 95. RGB value is (16,121,149). Sum of RGB (Red+Green+Blue) = 16+121+149=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #107995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107995 is #EF866A. Grayscale: #5C5C5C. Windows color (decimal): -15697515 or 9795856. OLE color: 9795856.

HSL color Cylindrical-coordinate representation of color #107995: hue angle of 192.63º degrees, saturation: 0.81, 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 #107995 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 121 149 -
CMYK 0.89 0.19 0 0.42
HSL 192.63º 0.81% 0.32% -
HSV(B) 192.63º 0.89% 0.58% -
XYZ 12.48 15.95 30.86 -
YUV 92.8 159.71 73.22 -
System Red Green Blue C M Y K H S L
Decimal 16 121 149 0.89 0.19 0 0.42 192.63 0.81 0.32
Hex 10 79 95 59 13 0 2A C1 51 20
Octal 20 171 225 131 23 0 52 301 121 40
Binary 10000 1111001 10010101 1011001 10011 0 101010 11000001 1010001 100000

Color Harmonies of #107995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107995

Black with #107995

Text Example


Text Example

White with #107995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107995; }

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

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

background-color css

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

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

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

border-color css

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

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

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