Html Css Color HEX #107AD0 Navy Blue

📋 copy color: '#107AD0'

red 16 ◦ green 122 ◦ blue 208

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

Shades of Navy Blue #107AD0

Tints of Navy Blue #107AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

 BLUE value IS 208 (81.64% from 255) = 60.12%

R = 4.62%
G = 35.26%
B = 60.12%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#107AD0 (or 0x107AD0) is known color: Navy Blue. HEX triplet: 10, 7A and D0. RGB value is (16,122,208). Sum of RGB (Red+Green+Blue) = 16+122+208=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #107AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107AD0 is #EF852F. Grayscale: #636363. Windows color (decimal): -15697200 or 13662736. OLE color: 13662736.

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

Color convert

RGB 16 122 208 -
CMYK 0.92 0.41 0 0.18
HSL 206.88º 0.86% 0.44% -
HSV(B) 206.88º 0.92% 0.82% -
XYZ 18.56 18.58 62.28 -
YUV 100.11 188.88 68.01 -
System Red Green Blue C M Y K H S L
Decimal 16 122 208 0.92 0.41 0 0.18 206.88 0.86 0.44
Hex 10 7A D0 5C 29 0 12 CF 56 2C
Octal 20 172 320 134 51 0 22 317 126 54
Binary 10000 1111010 11010000 1011100 101001 0 10010 11001111 1010110 101100

Color Harmonies of #107AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107AD0

Black with #107AD0

Text Example


Text Example

White with #107AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,122,208); }

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

background-color css

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

 a { background-color: rgb(16,122,208); }

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

border-color css

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

 span { border-color: rgb(16,122,208); }

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