Html Css Color HEX #107FDF Navy Blue

📋 copy color: '#107FDF'

red 16 ◦ green 127 ◦ blue 223

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

Shades of Navy Blue #107FDF

Tints of Navy Blue #107FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 34.7%

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 4.37%
G = 34.7%
B = 60.93%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#107FDF (or 0x107FDF) is known color: Navy Blue. HEX triplet: 10, 7F and DF. RGB value is (16,127,223). Sum of RGB (Red+Green+Blue) = 16+127+223=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #107FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FDF is #EF8020. Grayscale: #686868. Windows color (decimal): -15695905 or 14647056. OLE color: 14647056.

HSL color Cylindrical-coordinate representation of color #107FDF: hue angle of 207.83º 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 #107FDF is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 127 223 -
CMYK 0.93 0.43 0 0.13
HSL 207.83º 0.87% 0.47% -
HSV(B) 207.83º 0.93% 0.87% -
XYZ 21.12 20.62 72.68 -
YUV 104.76 194.73 64.69 -
System Red Green Blue C M Y K H S L
Decimal 16 127 223 0.93 0.43 0 0.13 207.83 0.87 0.47
Hex 10 7F DF 5D 2B 0 D D0 57 2F
Octal 20 177 337 135 53 0 15 320 127 57
Binary 10000 1111111 11011111 1011101 101011 0 1101 11010000 1010111 101111

Color Harmonies of #107FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FDF

Black with #107FDF

Text Example


Text Example

White with #107FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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