Html Css Color HEX #107FCF Navy Blue

📋 copy color: '#107FCF'

red 16 ◦ green 127 ◦ blue 207

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

Shades of Navy Blue #107FCF

Tints of Navy Blue #107FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.14%

R = 4.57%
G = 36.29%
B = 59.14%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#107FCF (or 0x107FCF) is known color: Navy Blue. HEX triplet: 10, 7F and CF. RGB value is (16,127,207). Sum of RGB (Red+Green+Blue) = 16+127+207=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #107FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FCF is #EF8030. Grayscale: #666666. Windows color (decimal): -15695921 or 13598480. OLE color: 13598480.

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

Color convert

RGB 16 127 207 -
CMYK 0.92 0.39 0 0.19
HSL 205.13º 0.86% 0.44% -
HSV(B) 205.13º 0.92% 0.81% -
XYZ 19.07 19.79 61.85 -
YUV 102.93 186.73 66 -
System Red Green Blue C M Y K H S L
Decimal 16 127 207 0.92 0.39 0 0.19 205.13 0.86 0.44
Hex 10 7F CF 5C 27 0 13 CD 56 2C
Octal 20 177 317 134 47 0 23 315 126 54
Binary 10000 1111111 11001111 1011100 100111 0 10011 11001101 1010110 101100

Color Harmonies of #107FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FCF

Black with #107FCF

Text Example


Text Example

White with #107FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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