Html Css Color HEX #107BD0 Navy Blue

📋 copy color: '#107BD0'

red 16 ◦ green 123 ◦ blue 208

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

Shades of Navy Blue #107BD0

Tints of Navy Blue #107BD0

RGB

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

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

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

R = 4.61%
G = 35.45%
B = 59.94%

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

#107BD0 (or 0x107BD0) is known color: Navy Blue. HEX triplet: 10, 7B and D0. RGB value is (16,123,208). Sum of RGB (Red+Green+Blue) = 16+123+208=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #107BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BD0 is #EF842F. Grayscale: #646464. Windows color (decimal): -15696944 or 13662992. OLE color: 13662992.

HSL color Cylindrical-coordinate representation of color #107BD0: hue angle of 206.56º 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 #107BD0 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 123 208 -
CMYK 0.92 0.41 0 0.18
HSL 206.56º 0.86% 0.44% -
HSV(B) 206.56º 0.92% 0.82% -
XYZ 18.68 18.83 62.32 -
YUV 100.7 188.55 67.59 -
System Red Green Blue C M Y K H S L
Decimal 16 123 208 0.92 0.41 0 0.18 206.56 0.86 0.44
Hex 10 7B D0 5C 29 0 12 CF 56 2C
Octal 20 173 320 134 51 0 22 317 126 54
Binary 10000 1111011 11010000 1011100 101001 0 10010 11001111 1010110 101100

Color Harmonies of #107BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BD0

Black with #107BD0

Text Example


Text Example

White with #107BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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