Html Css Color HEX #107CE0 Navy Blue

📋 copy color: '#107CE0'

red 16 ◦ green 124 ◦ blue 224

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

Shades of Navy Blue #107CE0

Tints of Navy Blue #107CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 224 (87.89% from 255) = 61.54%

R = 4.4%
G = 34.07%
B = 61.54%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#107CE0 (or 0x107CE0) is known color: Navy Blue. HEX triplet: 10, 7C and E0. RGB value is (16,124,224). Sum of RGB (Red+Green+Blue) = 16+124+224=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #107CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CE0 is #EF831F. Grayscale: #666666. Windows color (decimal): -15696672 or 14711824. OLE color: 14711824.

HSL color Cylindrical-coordinate representation of color #107CE0: hue angle of 208.85º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107CE0 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 124 224 -
CMYK 0.93 0.45 0 0.12
HSL 208.85º 0.87% 0.47% -
HSV(B) 208.85º 0.93% 0.88% -
XYZ 20.88 19.91 73.26 -
YUV 103.11 196.22 65.87 -
System Red Green Blue C M Y K H S L
Decimal 16 124 224 0.93 0.45 0 0.12 208.85 0.87 0.47
Hex 10 7C E0 5D 2D 0 C D1 57 2F
Octal 20 174 340 135 55 0 14 321 127 57
Binary 10000 1111100 11100000 1011101 101101 0 1100 11010001 1010111 101111

Color Harmonies of #107CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CE0

Black with #107CE0

Text Example


Text Example

White with #107CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,124,224); }

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

background-color css

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

 a { background-color: rgb(16,124,224); }

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

border-color css

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

 span { border-color: rgb(16,124,224); }

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