Html Css Color HEX #107EC8 Navy Blue

📋 copy color: '#107EC8'

red 16 ◦ green 126 ◦ blue 200

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

Shades of Navy Blue #107EC8

Tints of Navy Blue #107EC8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.84%

 BLUE value IS 200 (78.52% from 255) = 58.48%

R = 4.68%
G = 36.84%
B = 58.48%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#107EC8 (or 0x107EC8) is known color: Navy Blue. HEX triplet: 10, 7E and C8. RGB value is (16,126,200). Sum of RGB (Red+Green+Blue) = 16+126+200=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #107EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107EC8 is #EF8137. Grayscale: #656565. Windows color (decimal): -15696184 or 13139472. OLE color: 13139472.

HSL color Cylindrical-coordinate representation of color #107EC8: hue angle of 204.13º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107EC8 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 126 200 -
CMYK 0.92 0.37 0 0.22
HSL 204.13º 0.85% 0.42% -
HSV(B) 204.13º 0.92% 0.78% -
XYZ 18.1 19.2 57.4 -
YUV 101.55 183.56 66.98 -
System Red Green Blue C M Y K H S L
Decimal 16 126 200 0.92 0.37 0 0.22 204.13 0.85 0.42
Hex 10 7E C8 5C 25 0 16 CC 55 2A
Octal 20 176 310 134 45 0 26 314 125 52
Binary 10000 1111110 11001000 1011100 100101 0 10110 11001100 1010101 101010

Color Harmonies of #107EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107EC8

Black with #107EC8

Text Example


Text Example

White with #107EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107EC8; }

 p { color: rgb(16,126,200); }

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

background-color css

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

 a { background-color: rgb(16,126,200); }

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

border-color css

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

 span { border-color: rgb(16,126,200); }

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