#107BDF

Color #107BDF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #107BDF

Tints of Navy Blue #107BDF

Color information

#107BDF (or 0x107BDF) is unknown color: approx Navy Blue. HEX triplet: 10, 7B and DF. RGB value is (16,123,223). Sum of RGB (Red+Green+Blue) = 16+123+223=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #107BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BDF is #EF8420. Grayscale: #656565. Windows color (decimal): -15696929 or 14646032. OLE color: 14646032.

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

Color convert

RGB16123223-
CMYK0.930.4500.13
HSL208.99º86.61%46.86%-
HSV(B)208.99º92.83%87.45%-
XYZ20.6219.672.51-
YUV102.41196.0566.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.42%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 223 (87.5% from 255) = 61.60%
R=4.42%
G=33.98%
B=61.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161232230.930.4500.13208.9986.6146.86
Hex107BDF5D2D0Dd1572f
Octal201733371355501532112757
Binary10000111101111011111101110110110101101110100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #107BDF;
 }
 .AnyTagClassName
 {
   color: #107BDF;
 }
</style>
background-color css

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

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

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

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

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

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