Html Css Color HEX #107BDF Navy Blue

📋 copy color: '#107BDF'

red 16 ◦ green 123 ◦ blue 223

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

Shades of Navy Blue #107BDF

Tints of Navy Blue #107BDF

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.6%

R = 4.42%
G = 33.98%
B = 61.6%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#107BDF (or 0x107BDF) is known color: 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

RGB 16 123 223 -
CMYK 0.93 0.45 0 0.13
HSL 208.99º 0.87% 0.47% -
HSV(B) 208.99º 0.93% 0.87% -
XYZ 20.62 19.6 72.51 -
YUV 102.41 196.05 66.37 -
System Red Green Blue C M Y K H S L
Decimal 16 123 223 0.93 0.45 0 0.13 208.99 0.87 0.47
Hex 10 7B DF 5D 2D 0 D D1 57 2F
Octal 20 173 337 135 55 0 15 321 127 57
Binary 10000 1111011 11011111 1011101 101101 0 1101 11010001 1010111 101111

Color Harmonies of #107BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BDF

Black with #107BDF

Text Example


Text Example

White with #107BDF

Text Example


Text Example

HTML Codes & Css Web 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>