Html Css Color HEX #107990 Eastern Blue

📋 copy color: '#107990'

red 16 ◦ green 121 ◦ blue 144

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

Shades of Eastern Blue #107990

Tints of Eastern Blue #107990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 5.69%
G = 43.06%
B = 51.25%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#107990 (or 0x107990) is known color: Eastern Blue. HEX triplet: 10, 79 and 90. RGB value is (16,121,144). Sum of RGB (Red+Green+Blue) = 16+121+144=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #107990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107990 is #EF866F. Grayscale: #5C5C5C. Windows color (decimal): -15697520 or 9468176. OLE color: 9468176.

HSL color Cylindrical-coordinate representation of color #107990: hue angle of 190.78º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107990 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 121 144 -
CMYK 0.89 0.16 0 0.44
HSL 190.78º 0.8% 0.31% -
HSV(B) 190.78º 0.89% 0.56% -
XYZ 12.09 15.8 28.8 -
YUV 92.23 157.21 73.63 -
System Red Green Blue C M Y K H S L
Decimal 16 121 144 0.89 0.16 0 0.44 190.78 0.8 0.31
Hex 10 79 90 59 10 0 2C BF 50 1F
Octal 20 171 220 131 20 0 54 277 120 37
Binary 10000 1111001 10010000 1011001 10000 0 101100 10111111 1010000 11111

Color Harmonies of #107990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107990

Black with #107990

Text Example


Text Example

White with #107990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107990; }

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

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

background-color css

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

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

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

border-color css

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

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

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