Html Css Color HEX #107BDC Navy Blue

📋 copy color: '#107BDC'

red 16 ◦ green 123 ◦ blue 220

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

Shades of Navy Blue #107BDC

Tints of Navy Blue #107BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 4.46%
G = 34.26%
B = 61.28%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#107BDC (or 0x107BDC) is known color: Navy Blue. HEX triplet: 10, 7B and DC. RGB value is (16,123,220). Sum of RGB (Red+Green+Blue) = 16+123+220=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #107BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BDC is #EF8423. Grayscale: #656565. Windows color (decimal): -15696932 or 14449424. OLE color: 14449424.

HSL color Cylindrical-coordinate representation of color #107BDC: hue angle of 208.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107BDC is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 123 220 -
CMYK 0.93 0.44 0 0.14
HSL 208.53º 0.86% 0.46% -
HSV(B) 208.53º 0.93% 0.86% -
XYZ 20.21 19.44 70.4 -
YUV 102.07 194.55 66.61 -
System Red Green Blue C M Y K H S L
Decimal 16 123 220 0.93 0.44 0 0.14 208.53 0.86 0.46
Hex 10 7B DC 5D 2C 0 E D1 56 2E
Octal 20 173 334 135 54 0 16 321 126 56
Binary 10000 1111011 11011100 1011101 101100 0 1110 11010001 1010110 101110

Color Harmonies of #107BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BDC

Black with #107BDC

Text Example


Text Example

White with #107BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,123,220); }

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

background-color css

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

 a { background-color: rgb(16,123,220); }

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

border-color css

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

 span { border-color: rgb(16,123,220); }

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