Html Css Color HEX #107CCE Navy Blue

📋 copy color: '#107CCE'

red 16 ◦ green 124 ◦ blue 206

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

Shades of Navy Blue #107CCE

Tints of Navy Blue #107CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 4.62%
G = 35.84%
B = 59.54%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#107CCE (or 0x107CCE) is known color: Navy Blue. HEX triplet: 10, 7C and CE. RGB value is (16,124,206). Sum of RGB (Red+Green+Blue) = 16+124+206=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #107CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CCE is #EF8331. Grayscale: #646464. Windows color (decimal): -15696690 or 13532176. OLE color: 13532176.

HSL color Cylindrical-coordinate representation of color #107CCE: hue angle of 205.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107CCE is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 124 206 -
CMYK 0.92 0.40 0 0.19
HSL 205.89º 0.86% 0.44% -
HSV(B) 205.89º 0.92% 0.81% -
XYZ 18.56 18.98 61.08 -
YUV 101.06 187.22 67.33 -
System Red Green Blue C M Y K H S L
Decimal 16 124 206 0.92 0.40 0 0.19 205.89 0.86 0.44
Hex 10 7C CE 5C 28 0 13 CE 56 2C
Octal 20 174 316 134 50 0 23 316 126 54
Binary 10000 1111100 11001110 1011100 101000 0 10011 11001110 1010110 101100

Color Harmonies of #107CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CCE

Black with #107CCE

Text Example


Text Example

White with #107CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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