Html Css Color HEX #107993 Eastern Blue

📋 copy color: '#107993'

red 16 ◦ green 121 ◦ blue 147

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

Shades of Eastern Blue #107993

Tints of Eastern Blue #107993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 5.63%
G = 42.61%
B = 51.76%

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

#107993 (or 0x107993) is known color: Eastern Blue. HEX triplet: 10, 79 and 93. RGB value is (16,121,147). Sum of RGB (Red+Green+Blue) = 16+121+147=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #107993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107993 is #EF866C. Grayscale: #5C5C5C. Windows color (decimal): -15697517 or 9664784. OLE color: 9664784.

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

Color convert

RGB 16 121 147 -
CMYK 0.89 0.18 0 0.42
HSL 191.91º 0.8% 0.32% -
HSV(B) 191.91º 0.89% 0.58% -
XYZ 12.32 15.89 30.02 -
YUV 92.57 158.71 73.39 -
System Red Green Blue C M Y K H S L
Decimal 16 121 147 0.89 0.18 0 0.42 191.91 0.8 0.32
Hex 10 79 93 59 12 0 2A C0 50 20
Octal 20 171 223 131 22 0 52 300 120 40
Binary 10000 1111001 10010011 1011001 10010 0 101010 11000000 1010000 100000

Color Harmonies of #107993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107993

Black with #107993

Text Example


Text Example

White with #107993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107993; }

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

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

background-color css

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

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

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

border-color css

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

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

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